Exclude pre-defined resource in apk file
I created a blank project with Android Studio. And then generated apk file, look inside that file I can see : in res/drawable folder there are many unwanted files like : abc_ic_clear_holo_light.xml, abc_ic_clear.xml, and in res/drawable-mdpi-v4 folder there many unwanted images like: abc_ab_bottom_solid_dark_holo.9.png, abc_ab_bottom_solid_light_holo.9.png.
- How to remove all of that files ?
- How to disable creating drawable-hdpi, drawable-mdpi-v4 (Because, I use webview to display ui of application, so I dont need support multiscreen with android native)