[TIMOB-7333] Allow specification of arbitrary AVD in build/launch scripts
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-12T15:55:18.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Sprint 2012-05, Release 2.0.0 |
Components | Android |
Labels | n/a |
Reporter | Stephen Tramer |
Assignee | Chase Culpepper |
Created | 2012-01-23T11:58:02.000+0000 |
Updated | 2017-03-07T18:09:47.000+0000 |
Description
Related to TISTUD-998, right now in Studio you can select (some of) the properties of an AVD (Run->Run Configurations->Titanium Android Emulator) but this isn't configurable enough for some cases (although you can modify an AVD created by Studio in the
android
tools, as long as it has the right name). It would be nice to have the feature to select a pre-existing AVD in the run configurations, so that you can use an existing AVD without having Studio create a new one for you.
It appears to require build script modifications allowing for the specification of an arbitrary AVD.
To functional test this fix, try sending a name of a pre-existing AVD to builder.py after the app id. (fill in your own values for project-name, etc)
This should result in the provided avd to be launched.
Closing ticket due to time passed.