新建项目后出现黄色提示框
Gradle project sync failed. Basic functionality(e.g.editing,debugging) will not work properly
run中提示
could not install Gradle distribution from '*****'
并且AVD新建虚拟机时System Image中没有任何映像,提示
No System Images available. Are you connected to the internet?
参考一篇博客后,出现了新的错误,依旧提示
functionality(e.g.editing,debugging) will not work properly
但是AVD中System Image中有了映像
后来新建了一个项目,不需要修改build.gradle即可运行
新建虚拟机时还出现了adb的小错误,通过控制台pip install adb,在新建一个虚拟机,就解决了,成功运行hello world!