Install Android Studio For Mac

  1. Android Studio Sdk Download
  2. Android Studio
  3. Install Android Studio For Ubuntu
Active6 months ago

Where should the Android SDK be installed on Mac OS X?

George Stocker
46.8k29 gold badges158 silver badges223 bronze badges
Carl ManasterCarl Manaster
33.7k14 gold badges89 silver badges140 bronze badges

Install Visual Studio for Mac behind a firewall or proxy server. To install Visual Studio for Mac behind a firewall, certain endpoints must be made accessible in order to allow downloads of the required tools and updates for your software. Android Studio 3 Mac Free Download. Android Studio 3 Mac Free Latest Version and Single Link for MacOSX. It is Also full offline Setup and standalone installer and Compressed Version Of Android Studio 3 Mac.

11 Answers

Now the android-sdk is migrated from homebrew/core to caskroom/cask.

and install android-sdk using

You will have to add the ANDROID_HOME to profile (.zshrc or .bashrc)

gmuraleekrishnagmuraleekrishna
2,7671 gold badge20 silver badges39 bronze badges

The easiest (and standard) way to install Android SDK under OS X is to use brew.

brew install android-sdk

If you do not have homebrew, here's how to get it.

This will install Android SDK into /usr/local/Cellar/android-sdk/ and, at this moment, this is the best location to install it.

Best Alternative to Ashampoo for Mac: How to Burn Videos/Photos to DVD on Mac is a fast and easy Mac DVD burning program for any video to DVD creation. Dvd soft free studio for mac. It can convert videos to DVDs from popular videos like AVI, MPG, MPEG, MP4, WMV, MOV, MKV, FLV, etc.

cubuspl42
4,6554 gold badges28 silver badges45 bronze badges
sorinsorin
81.3k121 gold badges391 silver badges613 bronze badges

Android Studio Sdk Download

My personal preference is to put it in ~/opt/local/android-sdk-mac or /Developer/android-sdk-mac the latter being where Xcode and all the Apple Dev tools are held.

John WangStudioJohn WangStudio
5,7471 gold badge24 silver badges23 bronze badges

When I installed Android Studio 1.0 it ended up in

Then you can find the compiled hex file in Finder. Press F7 to compile the project (the code won’t appear automatically so you need to type or paste them). Atmel studio 7 for mac. As long as you can upload a sketch in Arduino IDE, you can get the avrdude command by holding shift and press upload. Simply replace the file name and path of the target hex file; you can upload the hex file via bootloader. In “Project”->”Configuration Options”, change Frequency to 16000000.

/Library/Android/sdk/

sudo bangbang
11.7k6 gold badges47 silver badges57 bronze badges
rararara

By default the android sdk installer path is ~/Library/Android/sdk/

Weston GangerWeston Ganger
3,2661 gold badge28 silver badges31 bronze badges

You can install android-sdk in different ways

  1. homebrew
    Install brew using command from brew.sh

    Install android-sdk using

    Now android-sdk will be installed in /usr/local/opt/android-sdk

  2. If you installed android studio following the website,
    android-sdk will be installed in ~/Library/Android/sdk

I think these defaults make sense and its better to stick to it

Graham
4,19814 gold badges43 silver badges64 bronze badges
sudo bangbangsudo bangbangAndroid
11.7k6 gold badges47 silver badges57 bronze badges

From http://developer.android.com/sdk/index.html, it seems that you can install the SDK anywhere, so long as you

  1. 'execute the android tool in the <sdk>/tools/ folder'
  2. Add the <sdk>/tools directory to your system path

Android Studio

More info can be found here: http://developer.android.com/sdk/installing.html

Justin JohnsonJustin Johnson
27.7k7 gold badges56 silver badges85 bronze badges

I just have mine in MyUser/Documents/Development. I'm the only one that used my Mac, so I didn't need to worry about making it accessible system-wide.

CaseyBCaseyB
21.8k9 gold badges66 silver badges104 bronze badges

I put mine in /Developer/SDKs I had to authenticate to do that…but since there's no consensus I thought that it sounded like a place I'd remember.

airgrayairgray

I ended up placing my at ~/sdks/android-sdk-mac_x86. I like to keep all of my SDKs in one place and for me an sdk folder under my home directory makes the most sense.

Carl Manaster

Install Android Studio For Ubuntu

33.7k14 gold badges89 silver badges140 bronze badges
Tanner WatsonTanner Watson

I have been toying with this as well. I initially had it in my documents folder, but decided that didn't make 'philosophical' sense. I decided to create an Android directory in my home folder and place Eclipse and the Android SKK in there.

finiteloopfiniteloop
2,2958 gold badges33 silver badges60 bronze badges

Not the answer you're looking for? Browse other questions tagged androidconfigurationmacos or ask your own question.