Pages

Tuesday, February 23, 2016

Android Studio not Open After Installing

android studio java.lang.RuntimeException: java.lang.IllegalArgumentException: Argument 


if you are try to install and open android studio for the first time sometimes you may have face to this error .
i also face the same problem .here is the tip for solve the this error and have fun with android app coding

there is two things you can solve the problem
1.disconnect your internet connection and close your android studio and restart android studio.this will help to solve problem
2.Go to android studio Bin folder where you have installed android studio.

and open bin folder there is file name idea.properties 

copy that file to your desktop because that will not edit there and save there.so open copied file in desktop through notepad
then at the end of line add 
disable.android.first.run=true at the last


then save file .make sure save as all files otherwise it will save as text file

then copy and replace the file in bin folder
 then run android studio it will works well now
if you are like this post please comment bellow .and share with your friends

No comments:

Post a Comment