skt
skt

Reputation: 102

I unable to create android project?

When I click for creating android new project this window open .I have been restart even though I can't do this. error image is as.enter image description here

and when click for check update from help menu then this error occure and pop up is that no update found what is problem ?enter image description here

Upvotes: 1

Views: 281

Answers (3)

Furqi
Furqi

Reputation: 2403

So you have to update Android SDK itself with new platform versions (the dialog you're not seeing) came out after the R20 SDK.

The easiest thing to do is go to the SDK page and download the newest version of the SDK. From there you'll be able to follow the guide you mentioned without problem.

Upvotes: 0

Akram
Akram

Reputation: 7526

Your answer is in these three steps

1. goto window->Android SDK manager

first

2. Select Tools as in picture

second

3. then hit Install 2 packages at right bottom corner and let it be updated.

third

Upvotes: 1

Ziteng Chen
Ziteng Chen

Reputation: 1969

How about updating or re-installing the ADT plug-in by following the official guide?

http://developer.android.com/sdk/installing/installing-adt.html

Regards

Ziteng Chen

Upvotes: 1

Related Questions