mercredi 10 août 2016

Reflection dalvik.system.DexClassLoader.findClass() NoSuchMethodException

For method:

Ldalvik/system/DexClassLoader;->findClass(Ljava/lang/String;)Ljava/lang/Class;

that DexClassLoader inherits from ClassLoader

The following call to Class.getMethod() fails with a NoSuchMethodException:

Class.forName("dalvik.system.DexClassLoader")).getMethod("findClass",Class.forName("java.lang.String"))

I don't understand why this call fails. Unless I am missing something, the method is inherited and should be returned.





Aucun commentaire:

Enregistrer un commentaire