Buurd <buurdb <at> gmail.com> writes: > > HI! > > I've got the old duplicate entry-error on AndroidManifest.xml. Since > it is a common problem I tried to use the common solution and started > to investigate the jar-files that I'm importing into my project. > Suprise, suprise, there was no extra AndroidManifest.xml in the jar- > files. > > So now I'm a little bit puzzled. I get an error that complains about > finding two AndroidManifest.xml but there are no AndroidManifest.xml > in the jar-files that my project are dependant on. I'll guess that I > have missed something somewhere but I'm out of ideas from where the > extra file comes from. > > Is there a way to get a more speaking message. Things like from where > the file are being copied from for instance... > > Thanks in advance > Roland >
Hi Roland, Even I faced the same issue. But I resolved it. As you are Adding External Jar Files to Your Project, You should also Select the Project whose Jar Files you added in the Project References. For Example, Consider there is a Project MyPrj. It uses MyJar.jar files which were created using the project MyJar. Now, you right click on the MyPrj project, Goto Project References and Select MyJar project. It did work for me. Hope it works for you too... Shakthi -- 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

