Android SDK location

后端 未结 15 1611
一整个雨季
一整个雨季 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条回答
  • 2020-11-28 06:12

    I found it here C:\Users\username\AppData\Local\Android\sdk .

    0 讨论(0)
  • 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 :)

    0 讨论(0)
  • 2020-11-28 06:16

    The default location for Android sdk(s) on a Mac is:

    /Users/*username*/Library/Android/sdk

    0 讨论(0)
  • 2020-11-28 06:18

    Update v3.3

    Update:

    Android Studio 3.1 update, some of the icon images have changed. Click this icon in Android Studio.

    Original:

    Click this icon in Android Studio for the Android SDK manager

    And your Android SDK Location will be here

    0 讨论(0)
  • 2020-11-28 06:18

    When you first time install Android Studio Setup, you can also see the SDK folder. For me it is:

    C:\Users\{USERNAME}\AppData\Local\Android\sdk
    

    0 讨论(0)
  • 2020-11-28 06:19

    Try to open the Android Sdk manager and the path would be displayed on the status bar.

    0 讨论(0)
提交回复
热议问题