安装andriod studio时出现Internal error. Please report to https://code.google.com/p/an

有两种方法的哈

一,在文件中添加  disable.android.first.run=true (我试了这种就好使了哈)

1)进入刚安装的Android Studio目录下的bin目录。找到idea.properties文件,用文本编辑器打开。

2)在idea.properties文件末尾添加一行: disable.android.first.run=true ,然后保存文件。

3)关闭Android Studio后重新启动,便可进入界面。

二,编码问题

无意中怀疑是编码问题,保存idea.properties文件文件时将编码设置为utf-8, 终于启动成功。

经过测试,选择ANSI和utf-8无问题,选择Unicode格式则出现问题。

相关文章:

  • 2021-10-25
  • 2021-11-21
  • 2021-12-18
  • 2021-08-09
  • 2021-07-28
  • 2021-08-04
  • 2021-07-24
猜你喜欢
  • 2021-06-01
  • 2021-06-09
  • 2021-10-21
  • 2021-04-19
  • 2021-05-01
  • 2022-12-23
  • 2021-12-25
相关资源
相似解决方案