简体   繁体   English

当您在Android Studio中压缩项目时,apk文件是否也包含在内?

[英]When you zip a project in Android Studio, does the apk file also get included?

I noticed that on the left side of Android Studio(Beta) 0.8.0, there wasn't a .apk file listed. 我注意到在Android Studio(测试版)0.8.0的左侧,没有列出.apk文件。 I already zipped the entire directory where my project is, but I'm just wondering, did the apk file also get zipped? 我已经压缩了项目所在的整个目录,但是我只是想知道apk文件是否也被压缩了吗? Thanks! 谢谢!

EDIT: I've done "Build", then "Make Project" as suggested by the answer below. 编辑:我已经完成了“构建”,然后按照下面的答案建议进行了“制作项目”。 But I still can't find the apk file! 但是我仍然找不到apk文件! Here's what I see on my screen: 这是我在屏幕上看到的内容:

在此处输入图片说明

Yes, the apk ends up in <project>\\<module>\\build\\outputs\\apk . 是的,apk最终在<project>\\<module>\\build\\outputs\\apk So it should've been included. 所以它应该被包括在内。

If you actually built it, of course! 当然, 如果您实际构建了它!

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

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