[Solved] Unable to create new android studio project?


enter image description here

It is android studio configuration problem with missing files structure.

First, you have to uninstall this version and you have to follow these steps which are mentioned below:

  1. Download upgraded version of android studio from https://developer.android.com/sdk/index.html.
  2. Reinstall android studio with upgraded version of android sdk with removal of previous version.
  3. Reintall upgraded ADT version.
  4. Run executable file C:\Android Studio\bin\studio or C:\Android Studio\bin\studio64.
  5. Create new project with use this template.
    enter image description here

I hope it will help you!!

solved Unable to create new android studio project?