Jak odinstalować Android Studio, jeśli jest zainstalowany przez Ubuntu Make


8

Zainstalowałem Android Studio przy użyciu Ubuntu Make . Teraz chcę go odinstalować.


umakepoprosił cię o ścieżkę instalacji.
AB

Które polecenie uruchomi program?
AB

nie wymaga polecenia, aby rozpocząć. Tworzy ikonę w programie uruchamiającym.
Vaibhav Mule

Odpowiedzi:


19

Jeśli więc wpiszesz „umake”, oto wynik:

$ 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.

Przechodząc przez to, powinieneś użyć:

$ umake android android-studio --remove
Korzystając z naszej strony potwierdzasz, że przeczytałeś(-aś) i rozumiesz nasze zasady używania plików cookie i zasady ochrony prywatności.
Licensed under cc by-sa 3.0 with attribution required.