I installed Eclipse Kepler and the Android development tools. Everything is working fine, except for when I try to run my Android code in an emulator I get the following error:
Emulator] PANIC: Could not open: [name of Android virtual device]
I Googled the problem but I have not found a solution. It might have to do with the Android path or perhaps authorizations, but I do not know where I have to change them to.
I hope someone can help me out.
This has been asked a few times already, try this:
Original answer by: Colin Pickard
To change the
ANDROID_SDK_HOME
variable in Ubuntu (as requested in the comment):Edit your
.profile
file with a command likegedit ~/.profile
and append the following to the end of the file:export ANDROID_SDK_HOME=/your/android-sdk/path/here
Here's a list of some variables you can modify for Android Tools.
export PATH=${PATH}:~/android-sdk-linux_x86/tools
export PATH=${PATH}:~/android-sdk-linux_x86/platform-tools
export ANDROID_SDK_HOME=~/android-sdk-linux_x86/tools
export PATH=$PATH:$ANDROID_SDK_HOME
Similar Questions
Android Emulator can't start, 'cause of wrong folder
I have problem in a emulator
android emulator error:[2011-08-02 11:14:01 - Emulator] PANIC: Could not open: C:\Users\hallo\.android/avd/myemu.ini