Questions tagged «adt»

Android开发工具(ADT)是Eclipse IDE的插件,旨在为您提供强大的集成环境来构建Android应用程序。

14
无法从Eclipse,ADT 22.6创建或编辑Android虚拟设备(AVD)
这个问题听起来与其他几个 问题类似,但在我的情况下,“确定”按钮未显示为灰色。但是对于那些不想点击链接的人... 在输入设置后,尝试在Eclipse中创建或编辑AVD时,“确定”按钮似乎是“可单击的”,但是当我单击它时,绝对没有任何反应。 我已经确保安装了适当的系统映像,并且目标平台与所使用的API匹配。显然,已经选择了CPU,设置了外观等等。所有会使“确定”按钮变灰的东西,事实并非如此。 如果我从日食之外运行AVD管理器,则可以创建/编辑AVD ,所以这还不是世界末日,但是我觉得这个特定问题有解决方案,我想帮助解决这个问题。 我曾尝试以管理员身份运行Eclipse(这是阻止AVD管理器在Eclipse外崩溃的原因)。我试着只是等待,或单击多次。查看任务管理器,当我单击“确定”时,没有新的进程开始,eclipse的CPU或RAM使用量也没有增加。“编辑Android虚拟设备”窗口甚至都不会消失。 有什么线索吗? (使用ADT插件btw运行Indigo,而不是捆绑版本,该版本无法以其他方式工作。Java 1.6.045。不幸的是,Windows 8,大量RAM等。)
94 java  android  eclipse  adt  avd 

6
将Android SDK工具从22.0.1更新到22.0.4(最新版本)
我想将我的Android SDK工具从22.0.1更新到22.0.4 我还安装了ADT,但无法将SDK工具更新为22.0.4 我面临以下问题: Download interrupted: Read timed out issue. 以下是更新SDK时的屏幕截图: 谁能帮我 : 提前致谢。 编辑:我找到了上述问题的解决方案,并已添加解决方案作为答案。如果任何人有相同的问题,他/她也可以按照说明解决此问题。
87 android  sdk  adt 

9
在Eclipse Indigo中安装ADT时找不到存储库错误
当我尝试安装ADT时,会出现此错误: An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). No repository found containing: osgi.bundle,com.android.ide.eclipse.adt,16.0.1.v201112150204-238534 No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.adt,16.0.1.v201112150204-238534 No repository found containing: osgi.bundle,com.android.ide.eclipse.ddms,16.0.1.v201112150204-238534 No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.ddms,16.0.1.v201112150204-238534 No repository found containing: osgi.bundle,com.android.ide.eclipse.hierarchyviewer,16.0.1.v201112150204-238534 No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.hierarchyviewer,16.0.1.v201112150204-238534 No repository found containing: …

10
“ SDK平台工具组件丢失!”
我正在尝试通过此线程将添加的SDK Platform 1.6添加到现有的Install 2.2中。 如建议的那样,我运行Help→ Check for Updates,它找到并安装了以下内容: + Android DDMS 8.0.1.v201012062107-82219 + Android Development Tools 8.0.1.v201012062107-82219 It prompted for restarting Eclipse and when it restarted it gave me the following error message: "SDK Platform Tools component is missing! Please use the SDK Manager to install it." Huh? Why? I …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.