I'm working on an android app that already have many dependencies in it. I want to remove some starting by the bigger one's. How to check their size in the app?
In new Android Studio you can navigate build/outputs/apk folder double tap on apk file you are interested (there should be separate file for each flavor) It will open a view like this: there is lib folder where you can check a size of each library. also you can se a size of resources and other stuf.
build/outputs/apk
lib
2.1m questions
2.1m answers
60 comments
57.0k users