Android开发工具23.0.0和Android L更新错误在eclipse [英] Android Development Tool 23.0.0 and Android L Update error in eclipse

查看:336
本文介绍了Android开发工具23.0.0和Android L更新错误在eclipse的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我更新了我的SDK与最新版本的 Android L 并重启我的eclipse,即运行在 ADT V.22 。但是当我检查从
Hep - >检查更新,它说没有发现更新



我手动尝试从官方的网站,并尝试从帮助 - >中安装 ADT-23.0.0.zip 安装新软件并在网站上描述安装指南,但是它给了我错误

 无法完成安装因为依赖性相冲突。 
正在安装的软件:Android开发工具23.0.0.1245622(com.android.ide.eclipse.adt.feature.feature.group 23.0.0.1245622)
当前安装的软件:适用于Android 3.5的Google App Engine工具。 1.v201312301719-rel-r42(com.google.gdt.eclipse.mobile.android.feature.feature.group 3.5.1.v201312301719-rel-r42)
只能一次安装以下其中一个:
ADT XML Overlay 22.6.3.v201404151837-1123206(overlay.com.android.ide.eclipse.adt.overlay 22.6.3.v201404151837-1123206)
ADT XML覆盖23.0.0.1245622(overlay.com) .android.ide.eclipse.adt.overlay 23.0.0.1245622)
无法满足依赖关系:
From:Android开发工具23.0.0.1245622(com.android.ide.eclipse.adt.feature.feature.group 23.0.0.1245622)
至:overlay.com.android.ide.eclipse.adt.overlay [23.0.0.1245622]
无法满足依赖关系:
From:Android开发工具22.6.3.v201404151837 -1123206(com.android.ide.eclipse.adt.feature.group 22.6.3.v201404151837-1123206)
至:overlay.com.android.ide.eclipse.adt.overlay [22.6.3.v201404151837-1123206]
无法满足依赖关系:
从: Google App Engine Tools for Android 3.5.1.v201312301719-rel-r42(com.google.gdt.eclipse.mobile.android.feature.feature.group 3.5.1.v201312301719-rel-r42)
To:com .android.ide.eclipse.adt.feature.group 22.0.0

它也给我错误而我更新之前编译我正在运行的完整项目。错误是:

  [2014-06-27 12:03:01  - 我的应用]与adb的连接已关闭,发生严重错误。 
[2014-06-27 12:03:01 -my应用]您必须重新启动adb和Eclipse。
[2014-06-27 12:03:01 - 我的应用程序]请确保adb正确位于'E:\Android-sdk\adt-bundle-windows-x86_64-20130522\sdk\\ \\ platform-tools \adb.exe',可以执行。

我累了先前提供的各种解决方案,用于杀死adb服务器,并使用 adb重新启动kill-server 命令。



任何人都可以解决或引导我如何使用eclipse中的这个新的SDK更新来构建和编译我现有的项目。 / p>

解决方案

我有同样的问题,只是解决了。我做的是完全从eclipse中卸载android插件(从about部分..),包括跟踪视图..



强>不此时重新启动eclipse!



然后再次添加ADT插件( https://dl-ssl.google.com/android/eclipse/



问题解决了!



我想这是SDK经理或ADT插件更新机制的错误。


I updated my SDK with latest release of Android L and restarted my eclipse i.e running on ADT V.22. But when I Check for update from Hep -> Check for updates, it says No updates were found.

I manually tried to download ADT bundle from official website and tried to install ADT-23.0.0.zip from Help -> Install New Software and described installation guide over site, but it gave me error

 Cannot complete the install because of a conflicting dependency.
  Software being installed: Android Development Tools 23.0.0.1245622 (com.android.ide.eclipse.adt.feature.feature.group 23.0.0.1245622)
  Software currently installed: Google App Engine Tools for Android 3.5.1.v201312301719-rel-r42 (com.google.gdt.eclipse.mobile.android.feature.feature.group 3.5.1.v201312301719-rel-r42)
  Only one of the following can be installed at once: 
    ADT XML Overlay 22.6.3.v201404151837-1123206 (overlay.com.android.ide.eclipse.adt.overlay 22.6.3.v201404151837-1123206)
    ADT XML Overlay 23.0.0.1245622 (overlay.com.android.ide.eclipse.adt.overlay 23.0.0.1245622)
  Cannot satisfy dependency:
    From: Android Development Tools 23.0.0.1245622 (com.android.ide.eclipse.adt.feature.feature.group 23.0.0.1245622)
    To: overlay.com.android.ide.eclipse.adt.overlay [23.0.0.1245622]
  Cannot satisfy dependency:
    From: Android Development Tools 22.6.3.v201404151837-1123206 (com.android.ide.eclipse.adt.feature.group 22.6.3.v201404151837-1123206)
    To: overlay.com.android.ide.eclipse.adt.overlay [22.6.3.v201404151837-1123206]
  Cannot satisfy dependency:
    From: Google App Engine Tools for Android 3.5.1.v201312301719-rel-r42 (com.google.gdt.eclipse.mobile.android.feature.feature.group 3.5.1.v201312301719-rel-r42)
    To: com.android.ide.eclipse.adt.feature.group 22.0.0

And it also giving me error while I compile my exiting project that were running perfectly before update. Error is:

[2014-06-27 12:03:01 - my App] The connection to adb is down, and a severe error has occured.
[2014-06-27 12:03:01 -my App] You must restart adb and Eclipse.
[2014-06-27 12:03:01 - my App] Please ensure that adb is correctly located at 'E:\Android-sdk\adt-bundle-windows-x86_64-20130522\sdk\platform-tools\adb.exe' and can be executed.

I tired various solution provided earlier for killing adb server and restarting again using adb kill-server command.

Can anyone resolve or guide me how to build and compile my existing projects with this new SDK update in eclipse.

解决方案

I had the same problem and just solved it. what I did is uninstall entirely the android plugin from eclipse (from the "about" section..) including trace view..

Do not restart eclipse at this point!

then added again the ADT Plugin (https://dl-ssl.google.com/android/eclipse/)

the problem solved!

I guess it's a bug with the SDK manager or ADT Plugin update mechanism..

这篇关于Android开发工具23.0.0和Android L更新错误在eclipse的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆