Blogger Text

My Aim to Provide you quality contents, Tips & Tricks, Software, Microsoft Office, Graphic Editing (Adobe PhotoShop, After Affects, Illustrator, inDesign) Corel Draw, Corel Video Studio, Cyberlink PowerDirector, Power ActionCinema, Tutorials about Blogging and VU Assignments, Quizes & GDB Solutions and Much More... at regular Basis
                                     ***    Kindly Subscribe our Official YouTube Channel "INFOPALACESS OFFICIAL-Tuts: in this channel we upload Programming (C,C++,C# JAVA, PHP), Web Development, Graphics Editing and Microsoft Office Step by Step Tutorials from bigginer to Advance Level. We also provide free online courses at our YouTube Channel. ***   Graded Assignments/Quizes and GDB will start in Next Week. Solution ideas of All assignments, Quizes and GDB will be available here. If you have any problem regarding this then you can contact us.

How to Reduce Android Studio Project Size 100% safe Method Step by Step Guide

Reduce Android Studio Project Size

Reduce Android Studio Project Size from MBs to KBs

We all know that android developement is getting famous day by day and we also some time need to do work on huge projects and sometimes we also need to transfer our project code from one pc to another pc or need to keep backup for later use. But when we compile the code in android studio and run it in an Emulator then project size suddenly increase from KBs to MBs due to debugging and when need to keep backup we also have to keep all the project code with needless files and folders.

Many people don't know that how to delete decrease project size by deleting unncessory files and folder but if we delete any necessary file or fodler from project then it can cruppt our project and then we unable to run our project again.

Today I'm going to tell you that how we can delete all unncessary files and folders within a minute without any hardwork or time waste we can reduce size of our project.

Methods of Reduce Android Studio Project

There are two types of methods to reduce size.

  Method 1    Reduce Size Manually

By this method we can delete all unneccessary files and folders manually by following simple steps given below;

1:   Go to your project location and then goto app/build location, in my case it is D:/Android/InfopalacessMobileApp/app/build and find then intermediates folder.

2:   Now Simply delete intermediates folder. That's it We have done . Now you can check the size of your project it will decreased.

  Method 2    Reduce Size with Command

We can also decrease our Project Size with command. To decrease size of poject with command jusf follow these simple steps; 1:  Go to View > Tool Windows > Terminal or Simple Press ALT + F12. A terminal window will appear within android studio usually i opens at the bottom of android studio screen.


2:  Now type gradlew clean command and press Enter Key.
That's it it will delete all unnessary files and folders automatically and your project size will reduced.

Post a Comment

0 Comments