I have some Java code that I "ported" to Android. I created an Android project and imported the source files and also set the "is library" flag. Then, in the project that uses the new library, I added the appropriate imports, added the library project to the build path, and added the library to the Android properties. As far as I can tell, everything builds just fine.
However, at runtime I'm getting a VerifyException for each of the three classes that I'm using in the new library. Does anyone have any ideas what I might be doing wrong? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

