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
113 stars 48 forks source link

Use Android cmdline-tools #38

Open cleemansen opened 3 years ago

cleemansen commented 3 years ago

Are there any plans to switch to the newer Android cmdline-tools?

Currently the now deprecated SDK Tools are in use.

Sahara150 commented 1 year ago

For now, if you have to use cmdline-tools, cause you e.g. use Java > 8, I used the following (dirty) workaround:

Override avdmanager, so it uses the new/correct one, since it'll ignore my path