I just finished compilling my android application using android studio. But the output was a zip file, not an apk file as i expected. Will the zip file work on android device just like an apk file? Or is there something that i'm missing.
Asked
Active
Viewed 2,307 times
1 Answers
0
Check on your project's location on your computer for
"out/production/..."
IntelliJ stores the apk there.
You can find more answers to your question in here
-
thks Mood. My android studio saved the apk file in build/apk/
-debug-unaligned.apk. Why is the debug-unalighed appended despite the fact that i signed the app before compilling – Isaiahiroko Oct 16 '13 at 11:11