简体   繁体   中英

Android studio generates zip file instead of apk

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM