Skip to content

Instantly share code, notes, and snippets.

View wangyuyan666's full-sized avatar
:shipit:
👉🏻coding...

yuyan666 wangyuyan666

:shipit:
👉🏻coding...
View GitHub Profile
@wangyuyan666
wangyuyan666 / How to completely remove Android Studio from Mac OS X.txt
Created August 4, 2018 05:28 — forked from tahmidsadik/purgeAndroid.txt
How to completely remove Android Studio from Mac OS X
How to Completely Remove Android Studio
Execute these commands from the terminal
rm -Rf /Applications/Android\ Studio.app
rm -Rf ~/Library/Preferences/AndroidStudio*
rm ~/Library/Preferences/com.google.android.studio.plist
rm -Rf ~/Library/Application\ Support/AndroidStudio*
rm -Rf ~/Library/Logs/AndroidStudio*
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- google's material design colours from
http://www.google.com/design/spec/style/color.html#color-ui-color-palette -->
<!--reds-->
<color name="md_red_50">#FFEBEE</color>
<color name="md_red_100">#FFCDD2</color>
<color name="md_red_200">#EF9A9A</color>