Android Studio - Panic: Could not open AVD

ε祈祈猫儿з 提交于 2019-12-03 12:08:59

Okay, my libraries are in D: drive. So I had to copy the .android folder from d:\myName\ to c:\Users\myName\. That fixed it.

You can use mklink (builtin of cmd.exe but NOT present in Powershell) to make a link like you would in linux. You must be an administrator to run the command, but once you do it will look like the directory is right there.

Run cmd.exe as an administrator. Then in my case I issued the following:

C:\Users\Dad>mklink /d .android E:\Joel\.android

Creating a regular windows shortcut (right click etc.) does not work.

I got a slightly different solution working. I created a symlink/shortcut from C:\Users\myName\.android to D:\Users\myName\.android (right-click, create shortcut)

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