-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Major
-
Component/s: android-emulator-plugin
-
None
-
Environment:Windows 7 (64 bit)
Hudson ver. 1.383
ADK tools r07
ADK tools r08 (newest, http://developer.android.com/sdk/index.html)
If I use the directory of a newer android development kit r07 or r08 (the newest), I get an error stating, "Required tools not found (adb etc.)." If I select a sub directory or higher directory than the SDK folder I get an error stating, "Does not look like an Android SDK directory."
Likewise, I cannot build the project due to an error saying, "[android] Cannot start emulator: required Android tools not found in PATH."
I have tried using an older version (r04), it will recognize the file structure just fine. I have also tried configuring the following variables to my sdk
- ANDROID_SDK_ROOT
- ANDROID_SDK_HOME
- ANDROID_HOME
- ANDROID_SDK
Furthermore, I have tried adding sub folders I assumed this plugin would use (like where the adb.exe is located) to my PATH. I still am unable to launch the android emulator.
I believe you need to update your logic for the newer sdk's because Google in its infinite wisdom decided to change the location of where certain executables (like the adb) are found. They use to be under [android sdk root]\tools but are now found under [android sdk root]\platform-tools.
I hope I have provided enough information but if there is anything else you need me to attach please let me know.