Update Eclipse with Android development tools v. 23

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

    is what they are saying about this:

    OK, guys, sorry about all this trouble, and we apologize for the messed up releases. Here's the summary:

    • 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 here:

        • 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.

    Source: https://code.google.com/p/android/issues/detail?id=72912

提交回复
热议问题