Update Eclipse with Android development tools v. 23

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

    There is no way to update an existing ADT bundle that you might have downloaded.

    You can do one of two options:

    1. Install Eclipse from eclipse.org and install ADT by pointing to the update site: https://dl-ssl.google.com/android/eclipse

    2. Download bundles from:

      • Linux 64 bit VM: http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip

      • Linux 32 bit VM: http://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip

      • Mac: http://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip

      • Windows 32 bit: http://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip

      • Windows 64 bit: http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip

    Starting with ADT bundle 23.0.2, you should be able to update to future versions of ADT.

提交回复
热议问题