1.问题描述
第一次创建虚拟机,显示 consider using a system image with Google APIs to enable testing with Google Play Services,avd创建失败。
2.原因
sdk文件夹下的 .\sources\system-images 路径变更为 .\system-images。
💡sdk文件夹根据个人的设置不同,位置也不同,可以在File–>settings–>system settings–>Android SDK中查看。
3.解决方案
将system-images文件夹移动到sources文件夹下,再重启Android studio即可。
创建成功!!