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
![[已解决]mac android studio安装报错java.lang.RuntimeException: java.lang.IllegalArgumentException: Argument [已解决]mac android studio安装报错java.lang.RuntimeException: java.lang.IllegalArgumentException: Argument](https://image.shishitao.com:8440/aHR0cHM6Ly93d3cuaXRkYWFuLmNvbS9nby9hSFIwY0RvdkwybHRaeTVpYkc5bkxtTnpaRzR1Ym1WMEx6SXdNVFl4TURJNE1qQTFNakEwTXpJelAzZGhkR1Z5YldGeWF5OHlMM1JsZUhRdllVaFNNR05FYjNaTU1rcHpZakpqZFZrelRtdGlhVFYxV2xoUmRpOW1iMjUwTHpWaE5rdzFUREpVTDJadmJuUnphWHBsTHpRd01DOW1hV3hzTDBrd1NrSlJhMFpEVFVFOVBTOWthWE56YjJ4MlpTODNNQzluY21GMmFYUjVMME5sYm5SbGNnPT0%3D.jpg?w=700&webp=1)
2: vim idea.properties
在最后一行添加
disable.android.first.run=true
然后保存退出,
3:重新打开android studio