- Home /
Signed .apk error
This is in regards to mobile development on the android system.
Here is the error code: You uploaded an APK with an invalid signature (learn more about signing). Error from apksigner: ERROR: JAR_SIG_NO_MANIFEST: Missing META-INF/MANIFEST.MF I followed this video to the letter - https://www.youtube.com/watch?v=4eJ13SpxqeM and did about 12 hours of research on the issue, and I have not been able to resolve the issue. The file works perfect on my phone, it is a correct build with the correct SDK and JDK. Does anyone have any idea, why this would keep presenting me with this error?
Also, does anyone know why a KeyStore would not change when the entire project is changed? for instance, when a keystore is deleted, is it completely removed from all iterations of the game?
Please, any help would be awesome.