views:

684

answers:

1

I put two projects into Eclipse, called Project1 and Project2.

Project1 is independent, but Project2 must be dependent to Project1.

When I build the Project2, the error msg comes like this: Error generating final archive: duplicate entry: AndroidManifest.xml

+1  A: 

Cleaning the Project1 might help.

Seva Alekseyev