When creating an AVD, there are three options to select for CPU/ABI:
- ARM
- Mips
- Intel Atom
What are the differences and which should I choose? Is there one that covers most devices?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.
http://developer.android.com/sdk/installing/adding-packages.html