“SDK tool catalog missing” when running Android Studio on my mac

enter image description here

It shows that I have already installed the Android SDK, but I can’t find it .: <I tried to see what is in the folder in the terminal, but couldn’t find anything, this place is empty. Why does the application tell me that I installed it? How can I solve this problem? Thank!!

+5
source share
3 answers

I would say that you first reinstall Android Studio after checking the SDK Manager. The SDK path may also be corrupted, so check this out.

+2
source

, -, , SDK. Android Studio " ".

+1

If you are behind a proxy server, do not configure the URL- address automatic proxy configuration (URL-address for the .pac file) because I did not work.

Manually configure proxies , this is fixed for me.

0
source

Source: https://habr.com/ru/post/1659309/


All Articles