Android Development Tool 23.0.0 and Android L Update error in eclipse -
this question has answer here:
i updated sdk latest release of android l
, restarted eclipse i.e running on adt v.22
. when check update hep -> check updates
, says no updates found
.
i manually tried download adt bundle official website , tried install adt-23.0.0.zip
help -> install new software
, described installation guide on site, gave me error
cannot complete install because of 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 installed: google app engine tools android 3.5.1.v201312301719-rel-r42 (com.google.gdt.eclipse.mobile.android.feature.feature.group 3.5.1.v201312301719-rel-r42) 1 of following can installed @ 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 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 giving me error while compile exiting project running before update. error is:
[2014-06-27 12:03:01 - app] connection adb down, , severe error has occured. [2014-06-27 12:03:01 -my app] must restart adb , eclipse. [2014-06-27 12:03:01 - app] please ensure adb correctly located @ 'e:\android-sdk\adt-bundle-windows-x86_64-20130522\sdk\platform-tools\adb.exe' , can executed.
i tired various solution provided earlier killing adb server , restarting again using adb kill-server
command.
can resolve or guide me how build , compile existing projects new sdk update in eclipse.
i had same problem , solved it. did uninstall entirely android plugin eclipse (from "about" section..) including trace view..
do not restart eclipse @ point!
then added again adt plugin (https://dl-ssl.google.com/android/eclipse/)
the problem solved!
i guess it's bug sdk manager or adt plugin update mechanism..
Comments
Post a Comment