android studio start failed - Java.lang.IllegalArgumentException

后端 未结 4 881
故里飘歌
故里飘歌 2020-12-10 19:30

Internal error. Please report to https://code.google.com/p/android/issues

java.lang.RuntimeException: java.lang.I

4条回答
  •  借酒劲吻你
    2020-12-10 20:26

    Open the folder "bin" under the directory where you installed your Android Studio. Find the file "idea.properties" and open it with Notepad++/UltraEdit/other_edit_tools. Add "disable.android.first.run=true" as the final line and save the file. Restart Android Studio

提交回复
热议问题