Question

I am running Android studio 0.3.2 from tmpfs(Ubuntu 13.10) mounted on /media/ramdisk/. I mount them using 'sudo sh StartRamDisk.sh' i.e. the owner and group of my android studio files loaded onto ramdisk is 'root'.

When i run the AVD manager even after setting my 'ANDROID_SDK_HOME=/jaggib/' it start in '/root/.android/avd'.

But every time i start Android emulator, i get this:

Starting emulator for AVD 'Nexus'
PANIC: Could not open: Nexus

How can i fix this.

Was it helpful?

Solution

I could fix this after i reset the 'ANDROID_SDK_HOME=/home/jaggib/'.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top