问题
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"
来源:https://stackoverflow.com/questions/25962707/apk-created-by-android-studio-is-larger-than-apk-created-by-eclipse-why