Taha Körkem
Taha Körkem

Reputation: 906

I cannot create android project in Android Studio, why?

AndroidStudio

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

Answers (2)

Nasir
Nasir

Reputation: 533

You should add "Android Support" in "Setting -> Plugins" .

See this.

Upvotes: 2

user3377716
user3377716

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

Related Questions