Saturday, 6 August 2016

Problem in starting android studio




Did you also get the following message while starting your android studio ?



  
Take a deep breath, As we are going to fix this issue. Well, since I faced and solved this issue using Windows Operating System. So I am not sure whether this solution will be applicable to other Operating Systems too. But you can always give a try .....you never know...It may work  !!!

okay ! so close your android studio and follow the steps given below.....

Step 1: You need to locate your Android Studio folder, then go to bin folder  and there you will find a file, named idea.properties.


Step 2: Add the following line of code into into the idea.properties file.

             disable.android.first.run = true

[What this will do is disable the check that Android Studio performs on first run and decides to download all that stuffs].


Step 3: Save this file at any location (with the same name) you wish. Then replace the original file (i.e., idea.properties) file with this updated one. 


Step 4: Restart the Android Studio and enjoy programming !!
(In case you are still facing this issue even after doing all the above mentioned steps. Try opening your Android Studio after rebooting your system)



References: 

https://www.youtube.com/watch?v=hXTzIbaQ9r8 
 


No comments:

Post a Comment