You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. write code as example
2. use emulator below api 8 to test the application
3. throw exception(where BC is a remote interface):
08-11 22:42:49.941: ERROR/AndroidRuntime(323): Caused by:
java.lang.IllegalArgumentException: android.engine.BC is not visible from class
loader
08-11 22:42:49.941: ERROR/AndroidRuntime(323): at
java.lang.reflect.Proxy.getProxyClass(Proxy.java:120)
08-11 22:42:49.941: ERROR/AndroidRuntime(323): at
java.lang.reflect.Proxy.newProxyInstance(Proxy.java:230)
08-11 22:42:49.941: ERROR/AndroidRuntime(323): at
com.caucho.hessian.client.HessianProxyFactory.create(HessianProxyFactory.java:34
6)
08-11 22:42:49.941: ERROR/AndroidRuntime(323): at
com.caucho.hessian.client.HessianProxyFactory.create(HessianProxyFactory.java:32
0)
What is the expected output? What do you see instead?
app runs smoothly in froyo
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 11 Aug 2011 at 2:52
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Aug 2011 at 2:52The text was updated successfully, but these errors were encountered: