- Android Studio On Mac
- Android Studio
- Download Android Studio For 32-bit
- Cannot Download Android Studio For Mac Os

- With perfect Android emulation on Windows, Mac OS X and Linux and fully integrated support for Google Cloud Platform, Android Studio represents the best SDE package that you can find today for making apps for Android devices.
- Download the latest version of Android Studio 3.2.1 - Android development platform. Download the latest versions of the best Mac apps at safe and trusted MacUpdate Download, install, or update Android Studio for Mac from MacUpdate.
I am trying to install Android Studio on Mac OSx, with the goal of learning some Android development. The instructions provided were simply to:
I get to the setup wizard, select everything, give it 6 gigs of ram when asked, then it proceeds to download components and install. However, at some point a popup appears:
The following SDK component was not installed: platform-tools
Android Studio is an IDE based on IntelliJ IDEA used for android application development. It is released on 15th may 2013. This tool has more options for Android Development, making the process faster and more productive.

The output shows:
If I proceed to click 'Finish' button, it opens up the Android Studio. But under Preferences -> Appearance & Behavior -> System Settings -> Android SDK, I see an error:
Please specify a Android SDK Location
There is Standalone SDK Tools, but I was under the impression that Android Studio would come with all packages needed to develop in Android:
Android Studio On Mac
Note: If you have not yet downloaded the SDK tools, download them now. For a complete IDE and Android SDK package, we recommend downloading Android Studio.
So I'm kinda lost on what things I should be installing. How can I get my Android Studio to 'work' on my Mac?
tempomaxtempomax6 Answers
Okay, so I found a solution that works. This Stackoverflow thread was using command-line to update the SDK. I went into my tools/ and ran:
That pulled all the necessary SDK components from the server. Once it was done, I was able to point Android Studio to the standalone SDK folder and things seemingly work now.
tempomaxtempomaxI had the exact same problem on Mac OS X. Here is how I fixed it. Open terminal and use the following commands.
It will start the update of package in non-gui mode and ask for permission etc. and finally install well.
** I replied this on another thread as well. But I think this will help everybody because these are all related. I struggled much to find this solution. Depending on search keywords, people will end up in either of these threads.
Had similar issue (Android studio 3.0).Happened because I was behind a corporate proxy and the tools were not downloaded during setup.
Solution:
- Configure proxy in settings -> HTTP proxy
- Re-install Android Studio. proxy configuration will persist and the installation should succeed the second time (got additional window with the tools to download)
The android command that many of the above answers use is now deprecated, and may or may not work for recent installations.
I just solved a similar problem to the above (for me the platform-tools package installed, but the installation was missing several files) by running the commands:
The uninstall step may not be necessary for everyone.
JulesJulesI had the same issue today. Check if you have this folder in your SDK directory:[Android/sdk]/platform-tools
If not, you can grab it here: https://dl.dropboxusercontent.com/u/209338/platform-tools.zip
Android Studio

If you have already installed Android SDK (following by Android wizard), then add this path /Users/your-user/Library/Android/sdk in the setting under Preferences -> Appearance & Behavior -> System Settings -> Android SDK
If not, please reinstall your Android Studio or download standalone Android SDK at link https://developer.android.com/sdk/installing/index.html?pkg=tools and follow the above step. Default installation Android SDK on your MAC is /Users/your-user/Library/Android/sdk