android studio start failed - Java.lang.IllegalArgumentException

后端 未结 4 877
故里飘歌
故里飘歌 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:03

    I was also facing the same problem. I just downloaded newer version and installed it. Problem got solved. So it seems this problem occurs because of older version of Android studio.

    0 讨论(0)
  • 2020-12-10 20:10

    Found a temporary solution from Issue #170850

    Add the following code to C:\Program Files\Android\Android Studio\bin\idea.properties

    disable.android.first.run=true
    
    0 讨论(0)
  • 2020-12-10 20:22

    I was having the same problem and found this post:

    https://code.google.com/p/android/issues/detail?id=183063&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars

    It looks like a older version of Android Studio is the culprit. Try downloading from here: http://developer.android.com/sdk/index.html

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题