android 反射NoSuchMethodException异常 因为方法的参数是int类型,使用反射调用时使用Integer类型的参数。 应该使用getDeclaredMethod("****", int.class);