Home > database >  Cannot Setup SDK in IntelliJ IDEA
Cannot Setup SDK in IntelliJ IDEA

Time:08-16

I am trying to create new Android project -> then configure the SDK -> when I press Install SDK, while downloading components it is stuck in Downloading enter image description here

CodePudding user response:

It looks like you're trying to install the Emulator, but I don't believe that's possible on M1 and M2 macs -- they run on ARM architecture, and the emulators are currently only designed for Intel and AMD chips

  • Related