Speed Up Android Studio : Make Android Studio Working Fast

So today I will show you some simple steps to make android studio faster. With the help of this steps you can speed up your Android Studio.
Step 1 :
Go to Android Studio\bin folder. (As Example C:\Program Files\Android\Android Studio\bin ) and cut the file with file name studio.exe.vmoptions.
Step 2 :
Paste this file on desktop and edit it with Notepad. As shown in below image change values to
–Xms256m and Xmx2048m and save this file.
Step 3 :
Now Paste this file to it’s original location.(As Example C:\Program Files\Android\Android Studio\bin )
Step 4 :
Now go to Your-User-Name folder (As Example C:\Users\User1) and open folder .gradle
if this folder is
not available then create new folder with name .gradle at this
location.
Step 5 :
Create New Notepad
file and write : org.gradle.daemon=true
Step 6 :
Now save this file with File Name gradle.properties and type as All Files in the .gradle folder
Step 7 :
Now Start Android Studio and go to Settings , search for gradle , select Gradle and check Offline work (See the path is same as your .gradle filder path) , click Apply and OK.
Step 8 :
Now Just Restart Android Studio and run your project so you can see the change in speed.
As you do this all of the above steps you can see the android studio will works more faster and it will not take to long time to build the project. I hope this will helpful to every developer. If you fond that with this steps your Android Studio is works fast then please write it on comment , you can also comment for any problem regarding Android Studio and Android Development.
Thank You.
That's useful information...
ReplyDelete