Update Eclipse with Android development tools v. 23

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

    I was updating my build server today and came across the same issue. It has been reported here: https://code.google.com/p/android/issues/detail?id=72419

    The fix is in progress and the work around according to the project manager is:

    Please wait for an updated version within a day or two. Until then, your workaround is to do download one of

    http://dl.google.com/android/android-sdk_r22.6.2-linux.tgz

    http://dl.google.com/android/android-sdk_r22.6.2-windows.zip

    http://dl.google.com/android/android-sdk_r22.6.2-macosx.zip

    and copy over the following files:

        tools/hprof-conv
        tools/support/annotations.jar
        tools/proguard
    

    [edit] zipalign was missing for me too, check to see if you need to copy this as well

提交回复
热议问题