When I load ADT why do I receive the error “The Android SDK requires Android Developer Toolkit version XX.X.X or above?”

前端 未结 1 866
醉话见心
醉话见心 2020-12-04 23:38

I just updated my Android SDK Tools to version 21.1. Unfortunately this is causing an error when I load the Android Developer Toolkit:

The Android SDK

相关标签:
1条回答
  • 2020-12-04 23:58

    For some reason ADT (Eclipse) won't pick up on the fact that it does in fact need to be updated. Since the built in tools for updating are failing you you'll have to work around them. On the Help menu instead of selecting Check for Updates instead pick Install New Software (so Help > Install New Software).

    On the Available Software screen in the Work With dropdown provide:
    https://dl-ssl.google.com/android/eclipse/ if it's not already available. You should see a list of options including Developer Tools. Check everything that you want to update. In the list of checkboxes below uncheck "Contact all update sites during install to find required software."

    Install New Software

    Click Next and follow the remaining onscreen prompts. You may be warned that instead of an install an update will be performed. This is okay. Once the operation is complete you will no longer receive the "The Android SDK requires Android Developer Toolkit verxion 21.1.0 or above" error when you load ADT.

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