mac android studio 安装报错
Internal error. Please report to https://code.google.com/p/android/issues
java.lang.RuntimeException: java.lang.IllegalArgumentException: Argument for @NotNull parameter 'name' of com/android/tools/idea/welcome/Platform.<init> must not be null
解决办法:
0: 打开命令行,切换到android studio的目录
cd /Applications/Android\ Studio.app/Contents/bin
1: 备份idea.properties
cp idea.properties idea.properties.bak
2: vim idea.properties
在最后一行添加
disable.android.first.run=true
然后保存退出,
3:重新打开android studio

在Mac上安装Android Studio时遇到了内部错误,错误信息涉及到`java.lang.RuntimeException`和`java.lang.IllegalArgumentException`。为了解决这个问题,可以尝试通过命令行进入Android Studio的bin目录,修改`disable.android.first.run`的值,然后重启Android Studio。
1483

被折叠的 条评论
为什么被折叠?



