简体   繁体   English

Android Studio生成zip文件而不是apk

[英]Android studio generates zip file instead of apk

I just finished compilling my android application using android studio. 我刚刚使用android studio编译了我的android应用程序。 But the output was a zip file, not an apk file as i expected. 但是输出是一个zip文件,而不是我期望的apk文件。 Will the zip file work on android device just like an apk file? 压缩文件会像apk文件一样在android设备上工作吗? 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. IntelliJ将apk存储在此处。

You can find more answers to your question in here 您可以在这里找到问题的更多答案

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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