【发布时间】:2014-06-26 23:33:13
【问题描述】:
在我安装 Google Play API 之前,Eclipse 运行良好,因为我想使用 Maps API,但现在突然之间,我无法创建新活动。我转到新的 Android 活动向导,一切都在那里,但是在我单击完成选项卡后,没有新的活动出现。 我尝试了“安装新软件”的技巧,它什么也没做,现在当我尝试从here 安装软件包时,我收到以下错误:
Cannot complete the request. See the error log for details.
"Android Traceview" will be ignored because it is already installed.
"Android DDMS" will be ignored because it is already installed.
有没有一种方法可以再次使用“添加 Android 活动”向导而无需大幅更改所有内容? 我的 ADT 版本是 23.0.0
提前致谢
【问题讨论】:
-
您的清单中是否定义了 API 密钥?我知道这是 Maps API 所必需的。
-
是的,我知道,问题不在于 API,但我无法通过向导创建任何新活动。
标签: android eclipse android-activity adt