Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem of mismatch between SDK and ADT in Android

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

What this article shares with you is about how to solve the mismatch between SDK and ADT in Android. The editor thinks it is very practical, so I share it with you to learn. I hope you can get something after reading this article.

Install the Android virtual machine under win7/xp. After updating SDK, point to android-sdk-windows in Eclipse preference.

Appear:

This Android SDK requires Android Developer Toolkit version 17.0.0 or above. Current version is 10.0.0.v201102162101-104271. Please update ADT to the latest version.

Results:

The virtual machine cannot be opened.

Reason:

Because after the update, the contents of the plugin.pro file under android-sdk-windows/tools/lib become

# begin plugin.prop

Plugin.version=17.0.0

# end plugin.prop

When Eclipse looked at the file, he found plugin.version=17.0.0 and thought that the current sdk needed more than 17.00 plug-ins, but we were still old plug-ins.

Solution: change the version information of plugin.version to the version number of the old version, such as 10.0.0. Change to plugin.version=10.0.0, save, restart Eclipse.

The above is how to solve the problem of mismatch between SDK and ADT of Android. The editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report