Hello , please i need help , my android application size is very large because of the SDK , is there any way to compress it or remove the unused packages ??
1. Try removing the unnecessary libs
2. Have a look at this Tips for reducing APK file size – Developer World
3. Excellent answer at java - Reducing android app (apk) size - Stack Overflow from Christopher Rucinski
Hope this would help