Pierre Hébert is it possible to use JavaAdapter with a class loaded by a classloader?
Pierre Hébert is it possible to use JavaAdapter with a class loaded by a classloader? I’d use the NativeJavaClass constructor, but it is obfuscated, and I don’t know how to get a scriptable.
]]>
« Hello, could you add support for more “unread badges” (Previous Post)
< ![CDATA[
To elaborate, I want to extend a class loaded from a different app. I am able to load that class using PathClassLoader, but then I end up with a class object, not a NativeJavaClassObject, as is created by bindClass
]]>
< ![CDATA[
Very good question. For a long time I had a similar problem with DexClassLoader, I got class org.lorem.Ipsum, but I could not use methods. I hope the solution will be found.
]]>