如果通过 Ubuntu Make 安装,如何卸载 Android Studio

Vai*_*ule 8 14.04

我已经使用Ubuntu Make安装了 Android Studio 。现在我想卸载它。

Tin*_*vić 19

所以,如果你只输入“umake”,输出如下:

$ umake
usage: umake [--help] [-v] [-r] {dart,web,android,games,ide,go} ...

Deploy and setup developers environment easily on ubuntu

positional arguments:
  {dart,web,android,games,ide,go}
                        Developer environment
    dart                Dartlang Development Environment
    web                 Web Developer Environment
    android             Android Development Environment
    games               Games Development Environment
    ide                 Generic IDEs
    go                  Go language

optional arguments:
  --help                Show this help
  -v, --verbose         Increase output verbosity (2 levels)
  -r, --remove          Remove specified framework if installed

Note that you can also configure different debug logs behaviors using LOG_CFG
pointing to a log yaml profile.
Run Code Online (Sandbox Code Playgroud)

所以,通过这个,你应该使用:

$ umake android android-studio --remove
Run Code Online (Sandbox Code Playgroud)