Android: This Android SDK requires Andro...

Source: Internet
Author: User

Install the Android Virtual Machine in windows. Sometimes, after the SDK is updated, point to android_sdk_windows_x86 in Eclipse preference. A prompt such as This AndroidSDK requires Android Developer Toolkit version 10.0.0or above is displayed, and the VM cannot be opened. This is because the plug-in under android_sdk_windows_x86/tools/lib is selected after the update. changed

# Begin plugin. prop
Plugin. version = 10.0.0
# End plugin. prop

Eclipse sees plugin when viewing this file. version = 10.0.0 indicates that the current sdk requires a plug-in later than version 10.00, but the current plug-in has not been updated to version 10.0.0, but we only want to use the old plug-in, the simplest method is to add the plug-in. the version information is changed to the version number of the old version, for example, 9.0.0. the current SDK version has been updated to 14.0.0. After I update it by mistake, I am prompted to update the Android Developer Toolkit to 14.0.0.0 or later, but the earlier Android Developer Toolkit is unavailable, after checking the file, you will find the problem. Modify plugin. version = 12.0.0 (my old Android Developer Toolkit) is saved. Restart Eclipse to use the old avd.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.