Удалить android studio mac os

Обновлено: 02.07.2024

I recently downloaded Android Studio on my Macbook Pro and I messed up with it every time I open it. Я недавно скачал Android Studio на моем MacBook Pro, и я буду бороться с ним каждый раз, когда я его открываю. It gives me plugin errors and several other errors. Это дает мне модуль ошибки и несколько других ошибок. I need to uninstall it completely from my mac. Мне нужно удалить его с моего Mac. I tried to delete it from my mac and then install it again as if you would do the first time, but it did nothing and now the same problems occur. Я пытался удалить его с моего Mac, затем установите его снова, так же, как вы сделали, но это ничего не делала, теперь есть та же проблема.

How can I manage to remove it completely and install a fresh one again? Как я могу полностью завершить его и переустановить новый?

Execute these commands in the terminal (excluding the lines with hashtags - they're comments): Выполните эти команды в терминале (исключая строки с тегом темы - они являются комментариями):

If you would like to delete all projects : Если вы хотите удалить всепроект :

To remove gradle related files (caches & wrapper) Удалить файлы, связанные с Gradle (кэш и обертку)

Use the below command to delete all Android Virtual Devices (AVDs) and keystores. Используйте следующую команду, чтобы удалить всеВиртуальное оборудование Android (AVD) и киносторы.

Note : This folder is used by other Android IDEs as well, so if you still using other IDE you may not want to delete this folder) Примечание : Эта папка также используется другими Android IDE, поэтому, если вы все еще используете другие IDE, вы не хотите удалить эту папку)

To delete Android SDK tools Удалить инструменты SDK Android SDK

Emulator Console Auth Token Симуляторный консольный токен проверки

Thanks to those who commented/improved on this answer! Спасибо те, кто прокомментировал / улучшил этот ответ!

  1. The flags for rm are case-sensitive 1 (as with most other commands), which means that the f flag must be in lower case.rm Знак Case Case. 1 (Как и большинство других заказов), это означает f Логотип должен быть строчными.However, the r flag can also be capitalised.Тем не мение, r Логотип также может быть капитализирован.
  2. The flags for rm can be either combined together or separated.rm Логотип может быть объединен или разделен.They don't have to be combined.Они не должны сливаться.

What the flags indicate Что такое логотип?

  1. The r flag indicates that the rm command should-r Символ rm Команда должна быть -

a ttempt to remove the file hierarchy rooted in each file argument. Попробуйте удалить иерархию файлов root с каждым параметром файла. - DESCRIPTION section on the manpage for rm (See man rm for more info) - rm Онлайн справка страницыописаниеЧасть (см. Больше информации) man rm )

a ttempt to remove the files without prompting for confirmation, regardless of the file's permissions. Независимо от разрешений файла, вы можете удалить файл без подсказки подтверждения. - DESCRIPTION section on the manpage for rm (See man rm for more info) - rm Онлайн справка страницыописаниеЧасть (см. Больше информации) man rm )

You may also delete gradle file, if you don't use gradle any where else: Если вы не используете Gradle любое другое место, вы также можете удалить файл Gradle:

because .gradle folder contains cached artifacts that are no longer needed. Поскольку папка. Градл содержит заготовку кеша, который больше не нужен.

Some of the files individually listed by Simon would also be found with something like the following command, but with some additional assurance about thoroughness, and without the recklessness of using rm -rf with wildcards: SimonНекоторые файлы, перечисленные отдельно, могут быть найдены похожими на следующие команды, но есть некоторые дополнительные гарантии о тщательности и не используют RM -RF с подстановочными картами:

Also don't forget about the SDK, which is now separate from the application, and

/.gradle/ (see vijay 's answer). Также не забудьте SDK и

/ .gradle / (см.) Теперь с приложением.vijayОтвечать).

I was also facing same kind of problem on my Macbook Pro. Я также столкнулся с такой же проблемой на моем MacBook Pro. I took these very simple steps and freshly installed Android Studio. Я взял эти очень простые шаги и переустановил Android Studio.

** Link Contains Images, look if facing any problem. ** Ссылка содержит изображения, чтобы увидеть, есть ли какие-либо проблемы.

These Very Simple Steps Can Solve Your Problem. Эти очень простые шаги могут решить вашу проблему.

Run the following commands in the terminal: Запустите следующую команду в терминале:

Читайте также: