I am working on demo project of Floating action button. In build.grade , I am having :
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:design:23.1.0'
compile 'com.android.support:cardview-v7:23.1.0'
compile 'com.android.support:recyclerview-v7:23.1.0'
Size of src folder is : 168 KB Size of build folder is: 18.1 MB Size of apk is 1.5 MB
When i install demo on device , size is 13.91 MB.
In build.grade I have enabled pro guard, done shrink resources But still getting max size. Can any one suggest how to reduce size of apk?
And track whiz resources is consuming more memory? Or its support libraries who are culprit.
Please suggest.