commander icon indicating copy to clipboard operation
commander copied to clipboard

ANDROID_HOME is deprecated

Open plastiv opened this issue 6 years ago • 0 comments

Google has changed ANDROID_HOME to ANDROID_SDK_ROOT https://developer.android.com/studio/command-line/variables#envar and at least brew users are encouraged to set the former.

https://github.com/Homebrew/homebrew-cask/blob/ff2606786cd5e4249fd7b53d1a388f016b9fcb42/Casks/android-sdk.rb#L38

Currently, ANDROID_HOME is forced by commander. https://github.com/gojuno/commander/blob/05d1714151ae98169fcfd300bf55ffc2f93171d0/android/src/main/kotlin/com/gojuno/commander/android/Adb.kt#L14

plastiv avatar Mar 06 '19 07:03 plastiv