I have a simple Android application that uses a JAR I have built. When trying to generate the final archive I get the above error. While exporting the JAR I excluded AndroidManifest.xml. I tried cleaning the project and removing ic_launcher.png from the JAR but then I received an error when trying to build the JAR. Any ideas?
Share
Your JAR file must not contain same files as in your main project. Rename ic_launcher.png to something else.