How do I restore factory settings from Android Studio?

1

My Android Studio IDE is giving a lot of trouble to compile my android project ... How do I reset it?

    
asked by anonymous 19.02.2015 / 13:57

1 answer

1

Android Studio saves your settings to a folder named .AndroidStudio which usually stays in C:\Users\seuusuario .

To reset the settings, simply delete this folder and reopen your Android Studio .

Remembering that these problems may not be specific to Android Studio, for example, how your build.gradle is configured, the VM settings of your Android Studio or simply settings on your machine (such as processing and RAM memory)

    
19.02.2015 / 14:01