Android SDK Installation Folder on OS X

前端 未结 7 1644
猫巷女王i
猫巷女王i 2021-02-19 01:52

Any best practices/recommendations on the installation folder for the Android SDK? Following http://developer.android.com/sdk/installing.html on OS X and Step 2. \"...unpack it

相关标签:
7条回答
  • 2021-02-19 02:09

    4/1/16

    I also found it in the gradle properties of my project:

    1. Expand Project
    2. local.properties for gradle SDK
    3. Even tells you location of SDK with path, time stamp and location

    0 讨论(0)
  • 2021-02-19 02:11

    MacOs Android Studio

    Just create a blank project. Go the project explore panel and open the local.properties file. You can find the SDK path as below.

    sdk.dir=/Users/{USER}/Library/Android/sdk
    

    0 讨论(0)
  • 2021-02-19 02:18

    It could be any location on your Mac. Preferable where you have Read,Write and Execute Access. Please note this is just a starter kit. Android SDK Manager would add packages depending on the platforms you need.

    0 讨论(0)
  • 2021-02-19 02:20

    /Applications is the most natural place. Maybe /usr/local for the old Unix folks.

    0 讨论(0)
  • 2021-02-19 02:27

    Check here too /usr/local/Cellar/android-sdk/

    0 讨论(0)
  • 2021-02-19 02:28

    I install it using Android Studio and i found it here: /Users/username/Library/Android/sdk

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