Tuesday 10 April 2018

How to Reduce Android Studio Project Size

Whenever we build the project some files will be automatically generated and occupy more space in android studio project folder.
 Build folder that automatically created when we build any project
 STEP 1. Go to your android studio project folder then app->build folder
 STEP 2. Delete the build folder under the app folder(don't worry it will automatically created when you will build the project again)
 STEP 3. Then delete the another build folder under the main android studio project folder (don't worry it will automatically created when you will build the project again)
 STEP 4. Now the size of your Android studio project decrease
 STEP 5. You can send this project to another person and don't worry it will automatically created those file when the person again build and run the project.

1 comment:

  1. your soltuion is working fine.. but the problem is that when i again run the app it size again increase . It means the size of apk becomes 12mb to 32 mb

    ReplyDelete