Android SDK location

后端 未结 15 1712
一整个雨季
一整个雨季 2020-11-28 05:48

I have Xamarin Studio, and I need to specify the Android SDK Location. I have previously had Xamarin Studio working on my pc, and for some reason, I need to enter this again

15条回答
  •  -上瘾入骨i
    2020-11-28 06:14

    For Mac OS Catalina with zsh:

    echo '\nexport PATH="$PATH":"$HOME/Library/Android/sdk"' >> $HOME/.zshrc

    restart the terminal and woala :)

提交回复
热议问题