Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Steps to Reproduce Bug:
$ mkdir avds avds/my-nex5
$ echo "path=$(pwd)/avds/my-nex5" > avds/my-nex5.ini
$ cat > avds/my-nex5/config.ini
PlayStore.enabled=false
abi.type=x86
avd.ini.encoding=UTF-8
hw.accelerometer=yes
hw.audioInput=yes
hw.battery=yes
hw.cpu.arch=x86
hw.dPad=no
hw.device.hash2=MD5:8c804f74d6129b3b961d1f4d3e7105ab
hw.device.manufacturer=Google
hw.gps=yes
hw.lcd.density=240
hw.lcd.height=800
hw.lcd.width=480
hw.mainKeys=yes
hw.sdCard=yes
hw.sensors.orientation=yes
hw.sensors.proximity=yes
hw.trackBall=no
tag.display=
$ ANDROID_AVD_HOME=avds $ANDROID_SDK_HOME/emulator/emulator -avd my-nex5 -sysdir $ANDROID_SDK_HOME/system-images/android-19/default/x86/
PANIC: Cannot find AVD system path. Please define ANDROID_SDK_ROOT
Expected Behavior: I'm passing a system path on the command line, so the emulator should not try to infer anything and succeed.
Observed Behavior: above error