Couldn't able to create new Android Project in the new upgraded SDK 22.2
It shows the following error..
Unsupported template dependency: Upgrade your Android Eclipse plugin..
When this bug will be fixed??
Couldn't able to create new Android Project in the new upgraded SDK 22.2
It shows the following error..
Unsupported template dependency: Upgrade your Android Eclipse plugin..
When this bug will be fixed??
Atlast the problem has been solved by replacing the existing activities folder with the new one, provided by the Project member from code.google!!
This is the path to navigate to the activities folder in SDK:
android-sdks/tools/templates/activities
Download the activities folder from http://relinjose.com/android/activities.zip
That's it!! U Are Done!! Else, restart....
You must upgrade Eclipse ADT here: http://developer.android.com/sdk/installing/installing-adt.html
This because new Update of ADT, and downgrading is the only solution for now while waiting Google fix this issue.
This is a bug in the ADT 22 release. See the bug report and response by the developers here.
Quick fix is to download and replace the contents of sdk/tools/templates/activities with this.
Replacing your sdk/tools/templates/activities
folder with the contents of this zip should resolve this issue.
Link: Activities Zip
Android/Google fixed this today a few hours ago with ADT 22.2.1. If you downgraded ADT like I did to avoid this bug, you should be able to update to ADT 22.2.1 now.
Source: https://plus.google.com/+AndroidDevelopers/posts/bsRQ7RBjnot
Android Developers originally shared: We've just released ADT 22.2.1: an update to the Android SDK tools and the ADT plugin for Eclipse, to fix an important bug related to creating new projects.