I’m building an Android app, a fairly simple mobile game. My issues is that when building I run into the following error:
PackagingResults: Warning: can’t write resource [META-INF/MANIFEST.MF] (Duplicate jar entry [META-INF/MANIFEST.MF])
From what I’ve read elsewhere, this is usually to do with a missing .keystore file in ProjectFolder/Build/Android, but I have the keystore file, I’ve quintuple-checked that the values for the distribution signing are accurate to the values in the keystore by running the keystore -list command to check the file after it’s created.
I’ve also updated my Android SDK & tools, as well as Proguard itself.
I do not see this error when building with Gradle, however, I’d still like to understand what’s going on.