KB-20071206-045
From Triled Wiki
- Status: respond received
- author: Adam Bouhenguel
- link: http://groups.google.com/group/android-developers/msg/71dcc59e41ecf536
- Description: java.lang.reflect.Proxy doesn't work
- Steps to reproduce:
Use any of this functions:
- Proxy.getProxyInstance() with valid arguments throws a NullPointerException.
- Proxy.getProxyClass() with valid arguments returns null.
- Attempting to directly use defineClass() throws "java.lang.UnsupportedOperationException: can't load Java class file"
log contains lines similar to:
W/dalvikvm( 794): Rejecting JNI DefineClass request
