0

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??

laalto
  • 150,114
  • 66
  • 286
  • 303
Exceptional
  • 2,994
  • 1
  • 18
  • 25
  • possible duplicate of [Issues when create new android application project in Eclipse](http://stackoverflow.com/questions/18839428/issues-when-create-new-android-application-project-in-eclipse) – laalto Sep 18 '13 at 05:58

6 Answers6

2

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....

Exceptional
  • 2,994
  • 1
  • 18
  • 25
1

You must upgrade Eclipse ADT here: http://developer.android.com/sdk/installing/installing-adt.html

Van Vo
  • 13
  • 1
  • 2
1

This because new Update of ADT, and downgrading is the only solution for now while waiting Google fix this issue.

TheCrott
  • 21
  • 5
1

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.

1

Replacing your sdk/tools/templates/activities folder with the contents of this zip should resolve this issue.

Link: Activities Zip

tomrozb
  • 25,773
  • 31
  • 101
  • 122
Sumanth
  • 11
  • 1
1

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.

andrewh
  • 465
  • 2
  • 10