Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio needs to be updated for Mac Monterey

I am trying to install Android Studio after upgrading Mac to macOS Monterey Version 12.0 Beta. But after the studio gets installed I get the below error stating that Android Studio needs to get updated.

I am really not sure from where i get update the Android studio as after clicking on Ok button studio gets terminated.

enter image description here

like image 918
Hunt Avatar asked Sep 23 '21 05:09

Hunt


People also ask

How do I update Android Studio on my Macbook?

If you already have an Android Studio build on the Stable channel, you can get the update by clicking Help > Check for Update (Android Studio > Check for Updates on macOS).

Does macOS support Android Studio?

To install Android Studio on your Mac, proceed as follows: Launch the Android Studio DMG file. Drag and drop Android Studio into the Applications folder, then launch Android Studio. Select whether you want to import previous Android Studio settings, then click OK.

Does Android Studio work on Mac M1?

It is run behind Rosetta that help it run on M1 Chip. Initially I thought it was IntelliJ has yet to support Apple M1 Chip, hence Android Studio cannot keep up to it. Apparently IntelliJ has had it supported since Dec 2020.


Video Answer


2 Answers

There are two problems here:

  1. Android Studio uses Python 2, which Apple is committing to dropping in a future version of macOS. That's what the warning is saying, albeit in less technical terms. It's up to JetBrains to update their IDE to not require Python 2, then Google to merge this change into Android Studio. There's nothing you or I can do but hope that this gets done before whatever version of macOS that drops compatibility complete ships.
  2. You're running into an unrelated bug in Android Studio causing it to crash.

Update: It looks like Python 2 will be removed from macOS 12.3, and that Google will have a version that doesn't require it shortly (it's already in testing, I think).

like image 96
Steven Fisher Avatar answered Nov 11 '22 12:11

Steven Fisher


Actually, it doesn't update Android Studio itself. I believe you should download the latest version of it yourself. Link: Android Studio 2021.1.1 Canary (Note: Canary is known for preview builds, upgrade to a stable version in the future)

If it persists, then it might be a bug from Apple/Google I believe.

like image 33
JustinW Avatar answered Nov 11 '22 12:11

JustinW