My project structure is the following: Java project JP
Android library AL1 - depends on project JP Android library AL2 - depends on project JP Android project AP - references 3 other external libraries (acra, flurry and paypal) - references Android libraries AL1 and AL2 When I try to build AP I receive the following message: Conversion to Dalvik format failed with error 1 Console log reports that a class from JP is already added. Unfortunately, neither of AL1 and AL2 can not be built without it. And obviously, both of them can not depend on it at the same time. Everything worked perfectly fine with old ADT. I wish I never made this update. Please help, I would like to continue with my work! Viktor. PS: Yes, I have manually deleted references to AL1 and AL2 source code from the AP. I have cleaned and rebuild everything dozens of times this day. -- 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

