Android Studio on new MacBook Pro with M1 Max Chip?

Viewed 561

Is there some trick to get Android Studio running on the new M1 Max MacBook Pro? It does not matter which version I try, I always end up with "An error occurred while trying to compute required packages." when the Android Studio wants to install the SDK. Followed by "Failed to determine required packages".

1 Answers

I have M1 Pro version of MacBook Pro. I got Android studio working in my MacBook by installing the 'Android Studio Arctic Fox (2020.3.1) Patch 3' version from the following link. I can currently run both Android projects and Flutter projects. Please share snapshot if you get any error. https://developer.android.com/studio/archive

Related