Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reset Android Studio

I want to reset Android Studio 0.2.13 to the default state. That means reset all settings, remove all projects, all gradle files so that it would act like a fresh installation. What steps do I have to follow to achieve this?

like image 933
Binoy Babu Avatar asked Oct 04 '22 11:10

Binoy Babu


People also ask

How do I completely reset my Android app?

Search for Settings in the App Drawer. Once there, select Apps and Notifications > See All Apps and choose the app you want to reset. Once selected, go to Advanced then tap Open By Default. Tap Clear Defaults.

What is master reset in Android?

A factory data reset erases your data from the phone. While data stored in your Google Account can be restored, all apps and their data will be uninstalled. To be ready to restore your data, make sure that it's in your Google Account.


1 Answers

I only know how to do this on Windows (but it should be similar on any OS, you will just need to find the correct location yourself - google search would help with that).

On Windows:

Go to your User Folder - on Windows 7/8 this would be:

[SYSDRIVE]:\Users\[your username] (ex. C:\Users\JohnDoe\)

In this folder there should be a folder called .AndroidStudioBeta or .AndroidStudio (notice the period at the start - so on some OSes it would be hidden).

Update

Now, Android Studio settings is at:

C:\Users\<Your User>\AppData\Roaming\Google\.AndroidStudio4.X

Delete this folder (or better yet, move it to a backup location - so you can return it if something goes wrong).

This should reset your Android Studio settings to default.

like image 159
free3dom Avatar answered Oct 11 '22 12:10

free3dom