简体   繁体   中英

Android virtual device creation

I am novice at android development. Have problem with creating Android Virtual Device (AVD). When I go to Eclipse -> Android Virtual Device Manager -> Device Definitions -> Choose any device from list -> Create AVD... window for AVD creation appears. However, for any options I have OK button unclickable. Why I face this problem? How can I solve it?

Thanks for any help in advance.

You have to select a compatible target version in the AVD creation window for the OK button to be enabled. If you don't have a compatible version, try updating your SDK if you haven't and install all available updates.

You have to download required files using your SDK Manager. Make sure the target matches (if you have downloaded level 17 API you must select API lvl 17 as target for the new AVD) The same question was answered here a couple hours ago

Make sure you have set "AVD Name", "RAM", "VM Heap" and "Internal Storage". Also make sure the device you've chosen is compatible with the Target API, new devices are not compatible with older APIs

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM