OSDN Git Service

When creating AVDs, check ABI before prompting for hw config.
authorXavier Ducrohet <xav@android.com>
Fri, 23 Sep 2011 22:24:47 +0000 (15:24 -0700)
committerXavier Ducrohet <xav@android.com>
Fri, 23 Sep 2011 22:24:47 +0000 (15:24 -0700)
commitb927e75ab63f6b206dfdb6f778ae06b3347fff85
treea2202c831b36065fa30990f9c9efabd902425a9d
parent35596cf53e22c617630dee9ea820404f7baa0c84
When creating AVDs, check ABI before prompting for hw config.

The check verifies the number of available ABIs and the presence
of the --abi option (required if 2+ ABIs).

This avoid going through all the hardware config to then get an error
because --abi is missing.

Change-Id: I64fefc73f4cb3d9a420309ad1850fa6c30f70e0d
sdkmanager/app/src/com/android/sdkmanager/Main.java