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