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.
4 Answers
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
- Select Window > Preferences... to open the Preferences panel (Mac OS X: Eclipse > Preferences).
- Select Android from the left panel.
- 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.
- 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
