Skip to content Skip to sidebar Skip to footer

Android Eclipse Support Library: Required Version Blank

I have just downloaded and installed the latest ADT Bundle for Windows available from the Android Developer website. Following this, I installed all the packages in the SDK Manager

Solution 1:

Actually this appears to be an actual bug in the SDK tools: https://code.google.com/p/android/issues/detail?id=60149 see #55 for a workaround without having to downgrade the SDK tools.

Solution 2:

You may temporarily downgrade to previous version: just download http://dl-ssl.google.com/android/repository/tools_r22-windows.zip and extract it to your "..Android\android-sdk\tools" folder. It solved the problem in my case.

UPDATE: As @DogGuts suggested, a better way is to download correct templates from here and replace files in "\Android\android-sdk\tools\templates\activities"

And the best solution is update SDK to 22.2.1 version :)

Post a Comment for "Android Eclipse Support Library: Required Version Blank"