Android ADT插件错误
我安装了Android SDK。当我尝试导入 ADT 插件时,出现此错误:
"Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 10.0.0.v201102162101-104271 (com.android.ide.eclipse.adt.feature.group 10.0.0.v201102162101-104271)
Missing requirement: Android Development Tools 10.0.0.v201102162101-104271 (com.android.ide.eclipse.adt.feature.group 10.0.0.v201102162101-104271) requires 'org.eclipse.gef 0.0.0' but it could not be found"
I installed the Android SDK. When I try to import the ADT plugin I get this error:
"Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 10.0.0.v201102162101-104271 (com.android.ide.eclipse.adt.feature.group 10.0.0.v201102162101-104271)
Missing requirement: Android Development Tools 10.0.0.v201102162101-104271 (com.android.ide.eclipse.adt.feature.group 10.0.0.v201102162101-104271) requires 'org.eclipse.gef 0.0.0' but it could not be found"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅此处。它看起来完全像你的问题。
See here. It looks exactly like your issue.
这是第一次运行该应用程序吗?如果知道,您可能需要从模拟器或设备中卸载该应用程序。在我确定旧应用程序不再位于我正在使用的设备上之前,我遇到了这个问题。
另外,如果这不起作用,请提供更多信息,以便我们提供帮助。也许打开 DDMS 透视图并选择您正在使用的模拟器。 DDMS 是一个非常有用的工具,可以确定正在发生的情况。
Is this the first time running the application? If know you may need to uninstall the app from the emulator or device. I ran into this issue before I just made sure the the old app was no longer on the device I was using.
Also if that doesn't work provde and little bit more info so we can help. Perhaps open up the DDMS perspective and seletct the emulator you are using. DDMS is a very helpful tool to determine what is going on.