user1028408
user1028408

Reputation: 1230

Cannot create Android project

I've installed Android SDK and Eclipse IDE. The Eclipse is supposed to recognise the new Android SDK and be able to create a new Android project. But when I click on new project, the option does not appear.

Upvotes: 0

Views: 1257

Answers (4)

Rajdeep Dua
Rajdeep Dua

Reputation: 11230

Please make sure the ADT is setup. You can find the installation instructions here. Then configure the SDK starter package in eclipse using following steps

  1. Select Window > Preferences... to open the Preferences panel (Mac OS X: Eclipse > Preferences).
  2. Select Android from the left panel.
  3. You may see a dialog asking whether you want to send usage statistics to Google. If so, make your choice and click Proceed. You cannot continue with this procedure until you click Proceed.
  4. For the SDK Location in the main panel, click Browse... and locate your downloaded SDK directory. Click Apply, then OK.

After this is done get the packages from the Android SDK manager. Refer to this link for more details Adding SDK components

Upvotes: 0

BurninatorDor
BurninatorDor

Reputation: 1117

Go to File > New > Project....

The option to create a new Android Project can be found under "Android" header.

It doesnt usually appear in the beginning I dunno why!

Upvotes: 0

01es
01es

Reputation: 5410

You need to install ADT plugin for Eclipse IDE. Pls refer instructions here.

Upvotes: 1

Haedrian
Haedrian

Reputation: 4328

Open the settings, find the android section and make sure the directory is correctly pointing to your Android sdk folder.

Like so

Upvotes: 1

Related Questions