Reputation: 1230
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
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
After this is done get the packages from the Android SDK manager. Refer to this link for more details Adding SDK components
Upvotes: 0
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
Reputation: 5410
You need to install ADT plugin for Eclipse IDE. Pls refer instructions here.
Upvotes: 1
Reputation: 4328
Open the settings, find the android section and make sure the directory is correctly pointing to your Android sdk folder.
Upvotes: 1