Skip to content Skip to sidebar Skip to footer

Unable To Create New Android Studio Project?

I am new in Android and I installed Android Studio in my 2 PC. The other one is in office and the the other is on my own personal laptop. In PC version when creating a new Android

Solution 1:

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!!

Post a Comment for "Unable To Create New Android Studio Project?"