[TIMOB-17940] CLI: Android: Add config option to specify default Android emulator
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2020-02-06T00:05:33.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | CLI |
Labels | cb-tooling |
Reporter | Tim Poulsen |
Assignee | Chris Barber |
Created | 2014-10-29T20:00:52.000+0000 |
Updated | 2020-02-06T00:06:15.000+0000 |
Description
The CLI gives us the option to turn off device auto-selection, after which you're prompted with a list of simulators on which to run your app. I'd like to be able to specify a default emulator to be used when autoSelectDevice is set to true. (Currently, the highest API level emulator seems to be is used.)
Something like:
ti config android.defaultEmulator <emulator_name>
Dupe of TIMOB-17543.