android studio start failed - Java.lang.IllegalArgumentException

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

提交回复
热议问题