Re: [Simple-support] java.lang.VerifyError on Android
Brought to you by:
niallg
|
From: Alec P. <al...@et...> - 2011-04-27 21:18:23
|
I see that you are getting your error within a junit test case. I've had the same kind of problem testing projects with external libraries. If this is the same problem, then what you need to do is remove the library from your test project, then go to your main project, Project->Properties->Java Build Path->Order and Export, and export the simple library. I'm trying to use Simple XML on Android and although I have seen many say that it works on Android I have not been able to get the basic example from the tutorial working. |