How to create an android project in android studio 2.3.1. Don't give an option for an android project?
I am unable to create a new project in the latest Android 2.3.1. cilck here for image After clicking ** create project ** it gives the following option Image # 2
+3
source to share
1 answer
Go to Settings → Plugins and enable Android support.
It looks like in Android Studio 2.3.1 it is disabled by default.
After enabling the Android support plugin, Android Studio asked for the Android SDK path and updated several libraries.
After that, I was able to launch existing and create new Android projects.
+1
source to share