2

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".

Sebastian
  • 259
  • 3
  • 18
  • Is this a useful link? https://stackoverflow.com/questions/64907154/android-studio-emulator-on-macos-with-arm-cpu-m1 – Capybara Nov 10 '21 at 15:44
  • This should work out of the box. I am able to install and run Android Studio on a M1 and M1 Pro based Macbook. – Alexander Hoffmann Nov 10 '21 at 21:37
  • @AlexanderHoffmann if this would work out of the box, I would not have to ask... – Sebastian Nov 11 '21 at 13:53
  • @Capybara Yes and no. It would help if I would get this far. Android Studio already fails when it tries to fetch the SDK to install it. So I never get to the AVD part. – Sebastian Nov 11 '21 at 13:53
  • Not working for me either. I only get a "An error occurred while trying to compute required packages" – Matt Nov 11 '21 at 17:29
  • @Sebastian did you manage to solve this? I have the same issue – dentemm Dec 06 '21 at 10:46

1 Answers1

0

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

Arun R
  • 46
  • 2