java - Update Eclipse with Android development tools v. 23 -
i updated eclipse new sdk tools (rev. 23), when eclipse starts receive error:
this android sdk requires android developer toolkit version 23.0.0 or above. current version 22.6.3.v201404151837-1123206. please update adt latest version.
no updates found "check updates". if try "install new software", can see version 23, can't upgrade due following 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: android developer tools 22.2.1.v201309180102-833290 (com.android.ide.eclipse.adt.package.product 22.2.1.v201309180102-833290) 1 of following can installed @ once: adt package 22.6.3.v201404151837-1123206 (com.android.ide.eclipse.adt.package 22.6.3.v201404151837-1123206) adt package 23.0.0.1245622 (com.android.ide.eclipse.adt.package 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: com.android.ide.eclipse.adt.package [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: com.android.ide.eclipse.adt.package [22.6.3.v201404151837-1123206] cannot satisfy dependency: from: adt package 22.2.1.v201309180102-833290 (com.android.ide.eclipse.adt.package.feature.group 22.2.1.v201309180102-833290) to: com.android.ide.eclipse.adt.feature.group 22.2.0 cannot satisfy dependency: from: android developer tools 22.2.1.v201309180102-833290 (com.android.ide.eclipse.adt.package.product 22.2.1.v201309180102-833290) to: com.android.ide.eclipse.adt.package.feature.group [22.2.1.v201309180102-833290]
after download of last adt web site, seems there's problem.
with sdk tools rev. 23 proguard not installed, folder sdk dir/tools/proguard
missing, , other tools missing. version contains several bugs.
google has released adt v23.0.2. solved many problems of previous adt version 23.
step-by-step:
- menu → install new software...
- for "work with", select android source
https://dl-ssl.google.com/android/eclipse
- tick adt v23.0 installation, click "next"
- eclipse show "install remediation page" since there conflict previous version. (if not, see below.) select "update installation compatible items being installed" uninstall old version , install new one. after that, proceed usual steps.
note: when installed new version of adt, didn't include new version of "android native development tools" package. instead, installed rest of packages first, , installed "android native development tools". reason, if try install new packages including "android native development tools", installation fails.
if there no "remediation page", the way remove adt plugin eclipse go menu help → about eclipse → installation details , uninstall there. there risk of uninstalling eclipse itself.
Comments
Post a Comment