Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'Unsupported template dependency: Upgrade your Android Eclipse plugin' with SDK Tools v22 [duplicate]

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?

like image 668
Swapnil Ghosh Avatar asked Sep 17 '13 08:09

Swapnil Ghosh


3 Answers

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

like image 64
lulu88 Avatar answered Nov 17 '22 03:11

lulu88


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.

like image 31
M.Sameer Avatar answered Nov 17 '22 03:11

M.Sameer


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.

like image 1
Boardy Avatar answered Nov 17 '22 03:11

Boardy