For all those who might bump on the same problem, the following
solution (inspired by the answer of 'Streets Of Boston') helped:

I have created another Android library project AL0 that was just a
stub for a JP. I replaced all the references to JP with references to
AL0. That's it.

Kind regards, Viktor.


On Dec 12, 3:31 pm, Viktor Bresan <[email protected]> wrote:
> 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

Reply via email to