Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

Android Virtual Device (AVD) -- which CPU/ABI should I select?

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?

question from:https://stackoverflow.com/questions/13237629/android-virtual-device-avd-which-cpu-abi-should-i-select

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...