APK created by Android Studio is larger than APK c

2019-07-22 13:21发布

I checked the files of the APKs and I found that the one from AS has much more resources included like: images, xmls, ... all related to holo theme. My question is how can I get rid of them? I want in the APK only the resources added by me.

1条回答
兄弟一词,经得起流年.
2楼-- · 2019-07-22 13:32

Removing from app.iml the following lines will solve my issue.

  1. orderEntry type="library" exported="" name="appcompat-v7-20.0.0" level="project"
  2. orderEntry type="library" exported="" name="support-annotations-20.0.0" level="project"
  3. orderEntry type="library" exported="" name="support-v4-20.0.0" level="project"
查看更多
登录 后发表回答