Search code examples
macosandroid-studioarm

Will Android Studio work on Mac with an ARM processor?


Will Android Studio work on Apple with arm chips ARM (the new Mac devices)?


Solution

  • For most programming, the chip "underneath the hood" doesn't matter. It only matters if you're working very low-level.

    To support old and new apps, Apple will use Rosetta 2, integrated emulation software, to enable ARM-based Macs to run Intel code

    The IntelliJ issue for ARM support

    The pull request for ARM support on IntelliJ