Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

M1 MacBook Pro Android Studio Installation Issue - No SDK being downloaded

I am trying to setup Android Studio on my refurbished M1 MBP. I am getting stuck in Android Studio Setup Wizard where it is giving me an error. Another thing I notice is there is no Android/sdk directory created in my Library folder when I install Android Studio. So during installation, the sdk is not being downloaded. I have spent hours on this and haven't been able to find this scenario online. Shouldn't this just work out-of-box? What am I missing here?

I downloaded from https://developer.android.com/studio (Mac with Apple chip - android-studio-2020.3.1.25-mac_arm.zip)

enter image description here

like image 975
bjjdroid Avatar asked Nov 06 '21 06:11

bjjdroid


People also ask

Can MacBook M1 run Android Studio?

Android Studio is working fine on Macs with M1 chip.

How do I fix Android SDK not found?

Quick fix: Go to the Tools –> SDK manager –> SDK tools. Deselect Hide obsolete packages option on the right bottom and further install Android SDK Tools(obsolete). A new folder named Tools is now generated in the SDK directory. (C:\Users\..

Where is the Android Studio sdk installed in Mac?

the obvious, default, usual location, where it is installed by default is simply ~/Library/Android/sdk/. Where else would you possibly want it than there - and that's the default installation location.

Is it possible to install Android Studio in MacBook Air M1?

In this post, we have seen that is possible to install Android Studio in Macbook Air M1 and use a virtual device even that your M1 doesn’t support VT-x. You can learn more about this emulator in the following references: Enter your search term...

How do I install Android Studio on Windows?

If you downloaded a .zip file, unpack the ZIP, copy the android-studio folder into your Program Files folder, and then open the android-studio > bin folder and launch studio64.exe (for 64-bit machines) or studio.exe (for 32-bit machines). Follow the setup wizard in Android Studio and install any SDK packages that it recommends. That's it.

Is the M1 emulator Apple M1 device compatible?

Any you know what, unlike Android Studio (which is still Intel based compiled), the M1 Emulator is Apple M1 Device compatible!! No wonder it works so fast! There’s only S API Level to use for now. This is the newest API Level SDK that is not common among the user.

Is M1 MacBook Pro good for Android app development?

My first impression of setting up Android App Development on an M1 MacBook Pro is not as positive as I hope to get it, as my blog below. It is working, but it is not ideal in various way. Is Android Development good in M1 MacBook Pro? The main drawback that hit me is Android Emulator.


Video Answer


2 Answers

Just download the IDE - Intellij IDEA and create a new project, select Android Project and there download Android SDK, now you can install android studio again and the sdk is installed. Worked for me!

like image 190
Martim Mourão Avatar answered Oct 19 '22 23:10

Martim Mourão


As @bjjdroid suggested I have installed the Version Chipmunk Canary 3 which installed the SDK just fine. Afterwards I installed Arctic Fox again and it just used the SDK from the other installer.

like image 43
Archbox Avatar answered Oct 19 '22 23:10

Archbox