I had been using the android sdk for quite some time in my Ubuntu. Recently, I upgraded it to Ubuntu 13.10. From then on, whenever I try to launch an android virtual device, I get this error :
Starting emulator for AVD 'Ace2'
PANIC: Could not open: Ace2
I tried changing the permissions for the files and folders but still no improvement. Any suggestion?
I started using Eclipse, and going through the error: PANIC:Could not open AVD. When I created a new AVD in AVD Manager, I saw the path shown there was : C:\Windows\System32\config\systemprofile.android\avd
Taking reference from the above posts, I tried copying avd folder from just mentioned path to : C:\Users\User_name.android folder and it worked.
I hope this may help you. Thanks.