Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-14741

ABI field should be ignored when creating an AVD if not relevant

XMLWordPrintable

      Currently it's not simple to create a matrix job which includes 2.x AVDs as well as 4.x AVDs, since the former don't require an ABI, but the latter do.

      So if you enter the ABI "armeabi-v7a" in the job configuration, this will be used even when trying to generate the 2.x AVDs, which will fail. Conversely, if you don't enter an ABI, the 2.x AVDs will be generated correctly, but the 4.x ones will fail.

      We should not pass the "--abi" flag to "android create avd" if the platform version doesn't support ABIs.

            orrc Christopher Orr
            orrc Christopher Orr
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: