Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

count error "xxx is not visible from class loader" below froyo #10

Open
GoogleCodeExporter opened this issue Oct 23, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant