Questions tagged [signed-apk]

The signed apk is simply the unsigned apk that has been signed via the JDK jarsigner tool.

An Android apk is just a zip file, so to see the difference between a signed and unsigned apk built from Eclipse, you just need to unzip the files and compare the contents.

182 questions
-3
votes
2 answers

the generated APK is not working properly

This is my first application to deploy on PlayStore, and I'm facing some issues regarding the generated signed APK. When I run the app using android studio 2.3.3 (using ADB) on my phone (API 21 Android 5.0.1), the app works fine without any problem.…
1 2 3
12
13