问题描述
我想重置 Android的工作室0.2.13
默认状态。这意味着将所有设置,删除所有的项目,所有的摇篮文件,这样它会像全新安装。什么步骤我必须遵循实现这一目标?
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?
推荐答案
我只知道如何做到这一点在Windows上(但它应该是在任何操作系统类似的,你只需要找到正确的位置,自己的 - 谷歌搜索会与帮助)。
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).
在Windows上:
转到您的用户文件夹 - 在Windows 7/8,这将是:
Go to your User Folder - on Windows 7/8 this would be:
[SYSDRIVE]:\用户\ [用户名]
(如 C:\ Users \用户JOHNDOE \
)
在此文件夹中应该有一个文件夹,名为 .AndroidStudioBeta code>或
.AndroidStudio
(注意在开始时期 - 所以在一些操作系统将被隐藏)
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).
删除此文件夹(或更好,但它移动到备份位置 - 所以你可以,如果出现错误返回它)。
Delete this folder (or better yet, move it to a backup location - so you can return it if something goes wrong).
这应该重置您的AS为默认值。
This should reset your AS to defaults.
这篇关于如何重置机器人工作室的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!