How to completely uninstall Android Studio from windows(v10)?

前端 未结 4 1562
时光取名叫无心
时光取名叫无心 2020-11-22 13:56

I have already seen this question. But that\'s for Mac OS. I am using windows. Every time I create a new project or try to build/rebuild the project it freezes

4条回答
  •  悲&欢浪女
    2020-11-22 14:34

    First go to android studio folder on location that you installed it ( It’s usually in this path by default ; C:\Program Files\Android\Android Studio, unless you change it when you install Android Studio). Find and run uninstall.exe file.

    Wait until uninstallation complete successfully, just few minutes, and after click the close.

    To delete any remains of Android Studio setting files, in File Explorer, go to C:\Users\%username%, and delete .android, .AndroidStudio(#version-number) and also .gradle, AndroidStudioProjects if they exist. If you want remain your projects, you’d like to keep AndroidStudioProjects folder.

    Then, go to C:\Users\%username%\AppData\Roaming and delete the JetBrains directory.

    Note that AppData folder is hidden by default, to make visible it go to view tab and check hidden items in windows8 and10 ( in windows7 Select Folder Options, then select the View tab. Under Advanced settings, select Show hidden files, folders, and drives, and then select OK.

    Done, you can remove Android Studio successfully, if you plan to delete SDK tools too, it is enough to remove SDK folder completely.

提交回复
热议问题