Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Android Studio supported on Mac OS 10.15 (Catalina)?

I am about to upgrade from Mojave to Catalina on my Macbook Pro, as I need to install the latest version of Xcode for an iOS project, which requires Catalina. However, I also am working on an Android project, and as such, need Android Studio to run stably. So I am left wondering, does Android Studio run on Catalina? I have heard conflicting reports on this, and developers having issues running it. Also, on the Android Studio system requirements page, it states

Mac® OS X® 10.10 (Yosemite) or higher, up to 10.14 (macOS Mojave)

https://developer.android.com/studio

This seems to imply that it either does not run or is not supported. Can anyone verify this?

Thanks in advance.

like image 759
Peter Jacobs Avatar asked Aug 17 '20 14:08

Peter Jacobs


2 Answers

I have no problem so far, everything works as before the update. I have Android Studio 4.0.

enter image description here

like image 79
Dat Pham Tat Avatar answered Oct 05 '22 13:10

Dat Pham Tat


version 4.1 does not work on Mac OS catalina. We hope for an update for the moment it is possible to use only the 4.0.x versions from here you can choose the android studio versions that suit your needs. https://developer.android.com/studio/archive Also if you have switched from Mac OS sierra to catalina you may have problems configuring ruby for flutter, in this case the argument is much longer but a workaround is to use default ruby as illustrated here: https://rvm.io/rubies/default

like image 35
Sergio Avatar answered Oct 05 '22 11:10

Sergio