Hi :) Recently i updated the ADT plugin for eclipse and that gives me problems with the library references, so i created a "libs" folder where i put the jars needed.
But, when i run my application i get a ClassdefnotfoundError , saying that one class that is imported from a jar on my own jar imported is not found. It's some like.. -org.rNetworks.myApp | |-lib |---myLib.jar <---- This is my library on a jar (non executable) and... |------otherjars.jar <---- Need this other jars to work The "otherjars" have been included on the build path of the library project and included when i do the export. ... But i still having that error. A solution that someone said me is "copy the <otherjars> to the Android Project" but that duplicates the size of my application (from 3-4 MB to 11 - 12 MB) and constantly i'm getting errors about "inner class" with a Failed to convert to Dalvik format error. Someone can help me with this huge problem? -- 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

