Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reset to default configuration in android studio

I totally messed up my Android Studio and I don't know how to revert it back. When ever I create new project this is what I get.

enter image description here

Please point me to the right way on how to make it work again..

like image 683
Rob Avatar asked Dec 14 '13 11:12

Rob


2 Answers

in mac

rm -Rf ~/Library/Preferences/AndroidStudio*
rm ~/Library/Preferences/com.google.android.studio.plist
rm -Rf ~/Library/Application\ Support/AndroidStudio*
rm -Rf ~/Library/Logs/AndroidStudio*
rm -Rf ~/Library/Caches/AndroidStudio*
like image 54
Thiago Avatar answered Nov 09 '22 23:11

Thiago


Don't mash up! Simple, but I only know for windows

Go to this location in your pc C:\Users[Username]

In this location you have noticed a direcctory call .AndroidStudio

Delete it.

Now your android studio is totally reset.

To Get the Preview

You have to set the path of your sdk.

right click on the project folder (app) --> Open Module Settings --> SDK Location on sidebar --> setup your sdk folder

Good Luck

like image 39
nifCody Avatar answered Nov 09 '22 23:11

nifCody