Speed Up Android Studio : Make Android Studio Working Fast

As we all know day by day new technology and new hardware are come in the market. As software developer it’s very difficult to leave your favorite or a system on which you start your journey of development. When l am talking about android studio (IDE for android app development) on some systems it’s take to long to build and run project. 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\bi...