Android Studio->如何在不构建的情况下进行清洁?

Nul*_*ion 5 android android-studio

在Eclipse中,如果我在Android项目中进行清理,则大小为30Mbytes,但是在Android Studio中,如果我进行清理,则清理后的大小为200Mbytes。

我还尝试从控制台进行清理,但它的重量仍然为100Mbytes。请注意,我不想使用控制台命令进行清理,而是想使用Android Studio进行清理。

如何在Android Studio中进行真正的清理,使项目大小达到30Mbytes?

这是Android Studio的官方文档,但我找不到解决方案:https : //developer.android.com/tools/studio/

rus*_*ain -1

您无法决定或估计项目规模!Eclipse 过去以不同的方式构建,没有 gradle 文件和 Android Studio 中的所有其他新内容。

因此 Android Studio 的构建方式与 Eclipse 不同,会生成更多的文件,因此文件大小也更大。但是 .apk 的大小应保持相同或几乎相同。