
Execute the following commands from the Terminal: rm -Rf /Applications/Android Studio. Follow the steps below: Open Mac Terminal. These apps are essential for Android to run properly. To uninstall Android Studio with all its service files at once, use the Terminal command line. you can check what android packages are installed by using pacman -Qs android. Some apps cannot be uninstalled or disabled (the Settings app, for example). With all of this said, I think it's likely that your android related packages are fully uninstalled. It should be fine to just run pkill adb to end this process. It is likely just something left over you have forgotten to terminate. uninstall android studio uninstall android studio 3 fedora Post navigation. The adb command you are seeing is simply and adb server that has been forked and is thus running in the background, it is listening for TCP connections on port 5037. Delete the android-studio folder or anything which mentions Android.

If you have no luck you could try something like grep -r 'ANDROID_HOME' ~/ (this is not a good pattern to use due to its inefficiency). This leads me to believe that you have manually set it somewhere.

The variable ANDROID_HOME is not set at all. My system has android-studio, android-tools, and a few other android related packages installed.
