Reputation: 11201
I Installed Android SDK and JDK.
In SDK Manager I installed the packages (Android 5.1.1 API(22), Everything under 'tools' and every thing under'extras').
I open IntelliJ , Click on 'Create New Project' Here i dont see any option for Android...
Screenshot:
http://screencast.com/t/z2yv2HkCi
Also if i go to some project's structure It never show me the option for adding Android SDK..
http://screencast.com/t/z2yv2HkCi (no option to add android SDK)
I am using IntelliJ IDEA 14 Ultimate.
Upvotes: 4
Views: 1578
Reputation: 154
Try to enable 'Android Support' plugin by going to Settings->Plugins->Enable Android Support
Upvotes: 4
Reputation:
Also check this out :
On the first page of the wizard, in the left-hand pane, select Android. In the right-hand part of the page, select Gradle: Android Module. Click Next.
Specify your Android module settings, and click Next.
Specify the settings for your Android-Gradle Foreground configuration, and click Next.
Select an Android application template from the list, and click Next.
Specify the settings for the selected Android Activity template, and click Next.
Specify the name and location settings.
Click Finish.
Also check this out : How do I set up IntelliJ IDEA for Android applications?
Upvotes: 0