Update Eclipse with Android development tools v. 23

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

    I had to delete ADT and install it again.

    However be warned, this caused me and one other person to have an annotations.jar missing errors in the Java Build path for certain projects, probably because it was trying to look for an old SDK, so upgrading projects is the next step I have to take.

    The errors relate to libraries mostly, Google Play Services, Facebook SDK, ActionBarCompat.

    For this step, you uninstall ADT, then put the URL back in to download them. The url is: https://dl-ssl.google.com/android/eclipse

提交回复
热议问题