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:
Removing from app.iml the following lines will solve my issue.
- orderEntry type="library" exported="" name="appcompat-v7-20.0.0" level="project"
- orderEntry type="library" exported="" name="support-annotations-20.0.0" level="project"
- orderEntry type="library" exported="" name="support-v4-20.0.0" level="project"