According to the android developer documentation you should actually create a virtual device for every framework and platform you intend to run the code on, that being said the majority of mobile devices in the market currently run on the ARM architecture.. you should still test your code on a distinct virtual appliance for each level of the framework that your code supports though.
System Image
Recommended. Although you might have one or more Android-powered devices on which to test your app, it's unlikely you have a device for every version of Android your app supports. It's a good practice to download system images for all versions of Android your app supports and test your app running on them with the Android emulator.
http://developer.android.com/sdk/installing/adding-packages.html
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…