简体   繁体   English

在IntelliJ中减小调试APK的大小

[英]Reduce size of debug APK in IntelliJ

I am co-working on medium sized Android project with 9 Android libraries and 10 jar libs. 我正在与9个Android库和10个jar库一起从事中等大小的Android项目。 I develop in IntelliJ and my collaborant works in Eclipse. 我在IntelliJ中开发,而我的协作者在Eclipse中工作。 In Eclipse the size of debug APK is about 2.5 MB, in IntelliJ it is 20 MB. 在Eclipse中,调试APK的大小约为2.5 MB,在IntelliJ中为20 MB。 How is it possible? 这怎么可能? Can I reduce size of APK in IntelliJ to make faster to upload it into device? 我可以在IntelliJ中减小APK的大小以使其更快地上传到设备中吗?

An APK is a zip file. APK是一个zip文件。 Change the extension to .zip and unzip it. 将扩展名更改为.zip并解压缩。 See what is in it. 看看里面有什么。

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

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