Original works can be reprinted. During reprinting, you must mark the original source, author information, and this statement in hyperlink form. Otherwise, legal liability will be held. Http://blog.csdn.net/love254443233/article/details/7559644
Install the android Virtual Machine under Windows 7/xp. After updating the SDK, point to Android-SDK-windows in eclipse preference.
Appears:
This android SDK requires Android developer Toolkit version 17.0.0 or above. Current version is10.0.0.v201102162101-104271.
Please update ADT to the latest version.
Result:
The VM cannot be opened.
Cause:
After the update, the content of the plug-in. Pro file in Android-SDK-Windows/tools/lib is changed
# Begin plugin. Prop
Plugin. Version = 17.0.0
# End plugin. Prop
When eclipse looks at this file, it finds plugin. Version = 17.0.0, and thinks that the current SDK requires plug-ins later than version 17.00, but we still use the old plug-ins. Solution: Change the version information of plugin. version to the version number of the old version, for example, 10.0.0. Change to plugin. Version = 10.0.0. Save and restart eclipse.