
Android Studio Chipmunk 2021-2-1
If you are new to Android App Programming and want to download and install Android Studio Chipmunk the latest 2022 version of the Idea IntelliJ IDE for app development, follow the below steps:
- Go to https://developer.android.com/studio
- Click on "Download Android Studio" (size of the .dmg setup is ~ 1 GB)
- Scroll down and agree on the terms: "I have read and agree with the above terms and conditions"
- Now you will see two options, choose one based on the Chip you have on your device Intel/Apple Chip.
Select the version of Android Studio that’s right for your Mac: Android Studio Chipmunk 2021.2.1 Mac with Intel Chip: android-studio-2021.2.1.14-mac.dmg Mac with Apple Chip: android-studio-2021.2.1.14-mac_arm.dmg
- Once the download is complete, open the .dmg and drag and drop the Android Studio Icon to Application folder.
Drag Drop Android Studio App in Application Folder
- Now, In Spotlight search look for Android Studio and open it for the first run, you will be asked to confirm you want to open the app as its downloaded from the web, just click on Open,
- You will be asked to install additional SDK tools,
Setup Type: Standard SDK Folder: /Users/code2care/Library/Android/sdk JDK Location: /Applications/Android Studio.app/Contents/jre/Contents/Home (Note: Gradle may be using JAVA_HOME when invoked from command line. More info...) Total Download Size: 1.75 GB SDK Components to Download: Android Emulator: 204 MB Android SDK Build-Tools 32: 50.4 MB Android SDK Build-Tools 32.1-rc1: 56.7 MB Android SDK Platform 32: 63 MB Android SDK Platform-Tools: 12.5 MB Google APIs ARM 64 v8a System Image: 1.33 GB SDK Patch Applier v4: 1.74 MB Sources for Android 32: 44.8 MB
- Accept all terms and click Finish to download the platforms, emulators, and tools,
Preparing "Install Android SDK Platform 32 (revision: 1)". Downloading https://dl.google.com/android/repository/platform-32_r01.zip "Install Android SDK Platform 32 (revision: 1)" ready. Preparing "Install Sources for Android 32 (revision: 1)". Downloading https://dl.google.com/android/repository/sources-32_r01.zip "Install Sources for Android 32 (revision: 1)" ready. Preparing "Install Android SDK Build-Tools 32 (revision: 32.0.0)". Preparing "Install Android Emulator (revision: 31.2.10)". ... ... Android SDK is up to date. Creating Android virtual device Android virtual device Pixel_3a_API_32_arm64-v8a was successfully created
This may take a while to download - prepare and install, you may see logs like above.
- Once complete you should see the Welcome Window! Congratulations!

- macOS 10.14 (Mojave) or higher
- ARM-based chips, or 2nd generation Intel Core or newer with support for Hypervisor.Framework
- 8 GB RAM or more
- 8 GB of available disk space minimum (IDE + Android SDK + Android Emulator)
- 1280 x 800 minimum screen resolution
More Posts related to Android-Studio,
- Locate MainActivity Java or Kotlin file in Android Studio
- Android Studio setup was canceled - How to resume
- The selected device is incompatible : Android Studio
- Android Studio : Change FAB icon color : FloatingActionButton
- How to rename package name in Android Studio
- Android Emulator Screenshot saved location
- Android Activity Main xml stuck loading
- [Solution] Android Studio does not displays Toolbar in Layout Design
- [Event Log] Android Studio performance could be improved
- The package must have at least one . separator [Android Studio]
- Android Studio SDK Build-tools 23 rc2 not getting installed
- Android Emulator window was out of view and was recentered
- Emulator: Warning: restoring GLES1 context from snapshot. App may need reloading.
- How to Import External Jars to Android Studio Project
- How to install Android Studio Chipmunk and SDK tools on macOS (2021.2)
- Create assets folder in Android Studio
- Eclipse like Auto Import Shortcut in Intelij IDE Android Studio
- Android Emulator 5.1.1 not loading on Mac OS X Android Studio
- Your Android SDK is missing, out of date or corrupted SDK Problem
- macOS Big Sur java.lang.UnsatisfiedLinkError CoreFoundation - Android Studio
- [Android Studio] How to locate code for activity_main.xml
- groovy.lang.MissingPropertyException No such property Error
- Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip
- Step-by-Step: How to install Flutter in Android Studio
- [Solved] Error launching studio
More Posts:
- How to save IntelliJ IDE Console logs to external log file - Android-Studio
- [fix] psycopg2 Error: pg_config executable not found - Python
- Python f-strings Formatted String Literals Syntax and Examples - Python
- Android read text file from internal storage - Android
- How to upload file programmatically to SharePoint Document Library using Server Object Model C# .Net - SharePoint
- PowerShell Alias Type Commands List for Mac - MacOS
- Float built-in function in Python - Python
- [Fix] Spring Tool Suite STS Code Autocomplete not working with Eclipse - Eclipse