-
New Feature
-
Resolution: Won't Fix
-
Major
-
jenkins
maven
android
It would be nice, if the android plugin offers the generated avd name as a build property. So it can be used to use in the maven call, so a specific emulator will be passed in as parameter. otherwise the maven plugin will use every running emulator.
The plugin already offers a number of properties.
https://wiki.jenkins-ci.org/display/JENKINS/Android+Emulator+Plugin#AndroidEmulatorPlugin-Buildexecution
I currently pass
to my Maven builds (both matrix and non-matrix) and the parameters get passed correctly in a snapshot build of 2.1 (I haven't upgraded to the released 2.1 yet).