3

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?

Apurva
  • 7,871
  • 7
  • 40
  • 59
Taha Körkem
  • 774
  • 2
  • 9
  • 23
  • [https://stackoverflow.com/questions/43885257/cant-create-android-studio-project-in-android-studio](https://stackoverflow.com/questions/43885257/cant-create-android-studio-project-in-android-studio) answer is in above link – Krishan Madushanka Sep 19 '17 at 08:34
  • [https://stackoverflow.com/questions/43885257/cant-create-android-studio-project-in-android-studio](https://stackoverflow.com/questions/43885257/cant-create-android-studio-project-in-android-studio) Answer is in above link – Krishan Madushanka Sep 19 '17 at 08:56

2 Answers2

2

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.

  • http://i.imgur.com/GarBtHK.png--> There was sdk from AndroidStudio installation and I installed new sdk. However, i am not creating Android Project – Taha Körkem Feb 08 '15 at 06:32
  • You're going to want to set the directory of the SDK in your settings for Android Studio. –  Feb 08 '15 at 06:33
  • There aren't any setting for Android in AndroidStudio – Taha Körkem Feb 08 '15 at 06:34
  • In the main menu, look in Configurations -> Project Defaults -> Project Structure and there is a field for Android SDK location. –  Feb 08 '15 at 06:35
2

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

See this.

Community
  • 1
  • 1
Nasir
  • 515
  • 5
  • 17