AzimoLabs / fastlane-plugin-automated-test-emulator-run

Plugin dedicated for Android platform. Wraps gradle task/shell command used for launching instrumented tests. Provides start of as many AVDs with various configs as needed before test run, waits for boot, kills emulators and deletes them from hdd after tests are finished or disturbed.
MIT License
112 stars 48 forks source link

set default SDK_PATH to also check ANDROID_SDK_ROOT env variable #37

Closed Hiroto-N closed 2 years ago

Hiroto-N commented 4 years ago

ANDROID_HOME is deprecated by Android (more information at https://developer.android.com/studio/command-line/variables)

adding ANDROID_SDK_ROOT as well when setting default value.