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

Time:11-07

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 enter image description here

CodePudding user response:

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.

CodePudding user response:

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!

  • Related