-
Bug
-
Resolution: Incomplete
-
Minor
-
None
-
JenkinsCI v.2.19.3
Docker SSH Slave
Android Emulator Plugin v2.15
I've got Docker Slave Image with pre-installed Android SDK and Platrom Tools at /opt/android-sdk-linux/ and env var ANDROID_HOME set to this path. But every time Android Emulator Plugin starts it shows No Android SDK found; let's install it automatically... warning and installs Android SDK from scratch into /home/jenkins/tools/android-sdk/
I tried to symlink /home/jenkins/tools/android-sdk to ${ANDROID_HOME}, but it didn't help.
How does plugin check for Android SDK installation and what can I do to make it find already installed Android SDK?