How to completely uninstall Android Studio on Mac?

后端 未结 6 1604
天命终不由人
天命终不由人 2020-11-22 02:29

I recently downloaded Android Studio on my Macbook Pro and I messed up with it every time I open it. It gives me plugin errors and several other errors. I need to uninstall

6条回答
  •  遇见更好的自我
    2020-11-22 03:01

    You may also delete gradle file, if you don't use gradle any where else:

    rm -Rfv ~/.gradle/
    

    because .gradle folder contains cached artifacts that are no longer needed.

提交回复
热议问题