Update Eclipse with Android development tools v. 23

前端 未结 30 2698
-上瘾入骨i
-上瘾入骨i 2020-11-22 00:35

I updated Eclipse with the new SDK tools (rev. 23), but now when Eclipse starts I receive the error:

This Android SDK requires Android Developer Toolk

相关标签:
30条回答
  • 2020-11-22 01:22

    It works for me :)

    If for some reason you installed an ADT preview and need to revert back to the current stable, you can't use the dialog to install "new" software since what you want is actually an older one. Instead do this:

    • Open Help > About Eclipse... on Windows or Linux. On Mac, use the app's menu > About...
    • Click the "Installation Details" button.
    • Select the "Installation History" tab.
    • Select one of the previous configurations.
    • Click the "Revert" button at the bottom.

    enter image description here

    0 讨论(0)
  • 2020-11-22 01:23

    On ADT-bundled Eclipse I had to first uninstall the ADT and then do a fresh install.

    To remove the ADT plugin from Eclipse:

    • Go to menu HelpAbout EclipseInstallation Details.
    • Select ADT plug-in, then click Uninstall.
    • After uninstallation install ADT from Help → Install new software.
    0 讨论(0)
  • 2020-11-22 01:23

    For me it helped to delete Android 4.4W which is also API 20 and might be a cause for the conflict. So only install Android 4.4W or Android L until they fix it.

    And (again this might only be for me) it only works in Android Studio not in Eclipse ...

    0 讨论(0)
  • 2020-11-22 01:24

    WARNING

    There is now an update for ADT 23.0.1, but the Windows and Linux scripts are messed up, so wait with the upgrade!

    You could check for example tools/proguard/bin/*.sh in http://dl.google.com/android/android-sdk_r23.0.1-windows.zip.

    0 讨论(0)
  • 2020-11-22 01:24

    I did this to solve the same issue (in OS X):

    1. Help > Install New Software > Add or select this repository "http://download.eclipse.org/eclipse/updates/4.3"
    2. Under "Eclipse platform" select the newest version of Eclipse.
    3. The installer will ask if you want to uninstall the ADT, click finish.
    4. Restart Eclipse and install ONLY the ADT 23 using this repository: https://dl-ssl.google.com/android/eclipse.
    5. Restart Eclipse and install DDMS, Hierarchy Viewer, Trace View etc.
    6. Restart Eclipse again.

    Hope it helps.

    0 讨论(0)
  • 2020-11-22 01:25

    I have done following to resolve an issue.

    1. Go to http://developer.android.com/sdk/installing/installing-adt.html and download the latest ADT ZIP file (at the bottom of page).

    2. Go to Eclipse → menu HelpAbout EclipseInstallation details

    3. Delete Android DDM, Android Development Tools, Hierarchy Viewer, Native Development Tools, TraceView, etc., 22.X version.

    4. Menu Help* → Install New SoftwareAddArchive → *Select the downloaded ZIP file in step 1.

    5. Select all the latest version of all 23 which I have deleted in step 3 and accept the license agreement.

    Restart Eclipse, and it fixes my issue.

    0 讨论(0)
提交回复
热议问题