当前位置: 代码迷 >> Android >> 求高手,android模拟器运行不了解决思路
  详细解决方案

求高手,android模拟器运行不了解决思路

热度:73   发布时间:2016-05-01 21:39:42.0
求高手,android模拟器运行不了
eclipse一出来就报错,

“Failed to get the required ADT version number from the SDK.The android developer Toolkit may not work properly."

貌似以前都不会,今天打开eclipse 就会了。请各位大神给解答解答。

------解决方案--------------------
如果以前不会,那么就是这个问题了。
程序中 AndroidManifest.xml 中的 android:minSdkVersion <uses-sdk> 描述的是 API version is required by your application

如果你的应用程序用到了更高版本的API就会报出“Failed to get the required ADT version number from the SDK.The android developer Toolkit may not work properly."

升级SDK吧:)

------解决方案--------------------
can you tell me how to solve this problem? thx, my email is [email protected] thx again~
  相关解决方案