Update Eclipse with Android development tools v. 23

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

提交回复
热议问题