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.
Asked
Active
Viewed 3,005 times
-2
-
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 Answers
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
- Close any open project in Android Studio and it will bring you to Quick Start page.
- Click Configure and from top, navigate to 'Appearances & Behaviour' > 'System Settings' > 'Android SDK'
- From the three tabs, choose 'SDK Tools'
- Select all libraries that are related to Android and install them.
- Restart Android Studio
- And volla!

Tom R.
- 71
- 1
- 1
- 7