I'm trying to use a 3rd party jar file in my project which I am developing in Eclipse. I have no problem processing the jar outside of Eclipse with dx.bat (few warning about Ignoring InnerClasses attribute). When building in Eclipse, I get the same "Ignoring InnerClasses attribute..." errors and it seems to process all of the classes just fine. However, it fails with the following at the end:
Error generating final archive: invalid entry size (expected 2643197960 but got 73624 bytes) It indicates the expected size is > 2GB. The jar I added is only 1.4MB. What does this mean and how can I resolve it? Thanks. -- 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

