ubutu系统卸载android studio

it2022-05-05  139

To re-configure you have to delete the following (hidden) folders:

~/.android ~/.AndroidStudio

To show these hidden folders in the file manager press Ctrl+H when in your home directory (aka "~")

 

 

For people who installed Android Studio using Ubuntu make (umake android) you can simply uninstall it by running :

umake android --remove

After that just delete Android Studio's related folders in your /home folder :

rm -r ~/.AndroidStudio rm -r ~/.android

最新回复(0)