D DevBaby Active Member Licensed User Longtime User Oct 29, 2013 #1 After upgrading to 3.0, I get the following error... jarsigner: unable to sign jar: java.util.zip.ZipException: duplicate entry: AndroidManifest.xml I checked my libraries (jar) to make sure that they do not contain an AndroidManifest.xml file. Can anyone help?
After upgrading to 3.0, I get the following error... jarsigner: unable to sign jar: java.util.zip.ZipException: duplicate entry: AndroidManifest.xml I checked my libraries (jar) to make sure that they do not contain an AndroidManifest.xml file. Can anyone help?
Erel B4X founder Staff member Licensed User Longtime User Oct 29, 2013 #2 There is most probably an extra AndroidManifest.xml file in one of the libraries. Create a new project and add the libraries you are using. Then remove them one by one to find the problematic library. Upvote 0
There is most probably an extra AndroidManifest.xml file in one of the libraries. Create a new project and add the libraries you are using. Then remove them one by one to find the problematic library.
D DevBaby Active Member Licensed User Longtime User Oct 30, 2013 #3 Thanks Erel, using your suggestion, I was able to find the library that was causing the issue. Upvote 0