0

Iam using upgraded version of ADT only but Adt is creating problem while creating new project,not able to create new Activity also

enter image description here

praveen
  • 420
  • 4
  • 18
  • 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 12:26
  • i heared that there is a problem with api 18 with eclipse. – Aravin Sep 18 '13 at 12:27

3 Answers3

0

Try re-installing Android Eclipse Plug-in

Dhaval
  • 1,597
  • 11
  • 15
0

Read this page http://developer.android.com/sdk/installing/installing-adt.html#Troubleshooting

do the offline upgrade.

Pradip
  • 3,189
  • 3
  • 22
  • 27
0

Download from http://dl-ssl.google.com/android/repository/tools_r22.2-windows.zip, unzip it and replace the /tools folder with this one to downgrade the sdk tools. There's a bug in version 22.2.

For Mac http://dl-ssl.google.com/android/repository/tools_r22.2-macosx.zip

For Linux: http://dl-ssl.google.com/android/repository/tools_r22.2-linux.zip

Shail Adi
  • 1,502
  • 4
  • 14
  • 35