-2

There is some problem with my android studio, as it not showing any option to create android apps. Help me out to reset it. I tried to delete it and re-install it but no good.

Makyen
  • 31,849
  • 12
  • 86
  • 121
  • possible duplicate of [Android Studio Can't Create new Android Project](http://stackoverflow.com/questions/20940665/android-studio-cant-create-new-android-project) – SMR Feb 20 '15 at 08:53

2 Answers2

4

To reset Android Studio to default settings you need to move or delete its user settings folder.

On Windows you will find it in C:\Users\Yourname\.AndroidStudio

You can compress the folder to a zip file or something to back it up and then delete the folder contents.

This will return all of the settings to fresh install default. This folder remains uneffected by a full re-install so your user settings are kept intact which is the way it should work.

skribe
  • 3,595
  • 4
  • 25
  • 36
1
  1. Close any open project in Android Studio and it will bring you to Quick Start page.
  2. Click Configure and from top, navigate to 'Appearances & Behaviour' > 'System Settings' > 'Android SDK'
  3. From the three tabs, choose 'SDK Tools'
  4. Select all libraries that are related to Android and install them.
  5. Restart Android Studio
  6. And volla!
Tom R.
  • 71
  • 1
  • 1
  • 7