Cannot launch AVD in emulator. ?android studio

南楼画角 提交于 2019-12-05 16:22:10
et_l

I got the same problem with the same logged warnings and errors (and the alert as well).

Although from the first logged line (C:\...emulator.exe) it looked like the tools did find the emulator - my problem was resolved only after I followed this answer, and changed the ANDROID_SDK_ROOT environment variable (which pointed to a folder above the sdk instead to the sdk's folder itself).

So I changed it from

C:\Users\<username>\AppData\Local\Android

to

C:\Users\<username>\AppData\Local\Android\sdk

and... voila! The emulator is running properly.



I should note that I'm working on Windows and from the question it looks like AIR TRAVELS was as well.

I had the same problem and fixed it by selecting Cold Boot from the Tools > Android > AVD Manager > Edit > Show Advanced > Boot option from Quick Boot to Cold Boot. Hope this helps.

You can fix this error, need configure the device again. Download all the necessary libraries through the SDK manager.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!