Iam using upgraded version of ADT only but Adt is creating problem while creating new project,not able to create new Activity also
Asked
Active
Viewed 495 times
0
-
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 Answers
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
-
replaced tools with link you provided but even after replacing facing same problem – praveen Sep 18 '13 at 12:38
-
-
It should work then....you can try out with this link as well https://code.google.com/p/android/issues/detail?id=60149#c55 – Shail Adi Sep 18 '13 at 12:53
-
You probably meant to link to 22.0 and not 22.2 as the latter is exactly the problematic version. – laalto Sep 18 '13 at 13:14
-
-
Re-installed and then replaced tools with [link]( http://dl-ssl.google.com/android/repository/tools_r22.2-windows.zip,) now it is working – praveen Sep 19 '13 at 07:53