Anddroid问题总结

来源:互联网 发布:要做淘宝店的供货商 编辑:程序博客网 时间:2024/05/18 13:12

1.Enable VT-x in your BIOS security settings (refer to documentation for your computer)   :简单点说 就是让我们进入你的BIOS系统中将BIOS中的VT-x给开启了。 就可以了

解决方法: 就是 重启的你的电脑。 按F2或其他的吧  (根据你的电脑来决定) 然后进入到BIOS中。 选择Config --cpu -- Intel-Virtualization Technology 将这个选项开启 。然后你在执行虚拟机 就没有问题了。

2.unable to access android sdk add-on list

bin\idea.properties打开这个文件末尾添加一行disable.android.first.run=true

0 0