Update Eclipse with Android development tools v. 23

前端 未结 30 3238
-上瘾入骨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: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.

提交回复
热议问题