Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7333] Allow specification of arbitrary AVD in build/launch scripts

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-03-12T15:55:18.000+0000
Affected Version/sn/a
Fix Version/sSprint 2012-05, Release 2.0.0
ComponentsAndroid
Labelsn/a
ReporterStephen Tramer
AssigneeChase Culpepper
Created2012-01-23T11:58:02.000+0000
Updated2017-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.

Comments

  1. Chase Culpepper 2012-03-06

    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)
       $ mobilesdk/osx/2.0.0/android/builder.py emulator <project-name> <android-sdk> <project-dir> <project-id> <avd-name>
       
    This should result in the provided avd to be launched.
  2. Lee Morris 2017-03-07

    Closing ticket due to time passed.

JSON Source