Reputation: 906
I downloaded and installed Android Studio. But I cannot create or open android project. There isn't Android in New Project Tab. Why? How can I create and open Android project in Android Studio?
Upvotes: 3
Views: 1588
Reputation:
Be sure to download the Android SDK to use along with Android Studio. Android Studio is just the IDE of IntelliJ IDEA, but without the Android libraries. See this link for installation.
Upvotes: 2