I recently upgraded my Android SDK Tools to version 22. But whenever I am trying to create a new project in Eclipse, I get an error message:
Unsupported template dependency: Upgrade your Android Eclipse plugin
How can I fix this problem?
I recently upgraded my Android SDK Tools to version 22. But whenever I am trying to create a new project in Eclipse, I get an error message:
Unsupported template dependency: Upgrade your Android Eclipse plugin
How can I fix this problem?
Download from http://dl-ssl.google.com/android/repository/tools_r22-windows.zip, unzip it and replace the /tools folder with this one to downgrade the sdk tools. There's a bug in version 22.
For Mac http://dl-ssl.google.com/android/repository/tools_r22-macosx.zip
For Linux: http://dl-ssl.google.com/android/repository/tools_r22-linux.zip
The project member posted comment #55 that solves this issue without downloading the SDK tools. Just download the activity templates and replace the sdk/tools/templates/activities
folder with the contents of the ZIP file.
You may need to restart Eclipse with the -clean
option for it to work.
From Eclipse go to Help > Check for updates and install any of the updates that Eclipse shows.
Once you update the SDK components you always usually need to update the Eclipse plugins as well.
I started facing the same issue yesterday when I upgraded to the latest Android SDK Tools (22.2). So I reverted back the changes and am now using Android SDK Tool (22.0.5) and it works fine.
Try downgrading Android SDK Tools.