Apart From Emulator, Is Android Studio Working Fine In M1 Macs
Solution 1:
Available on Android Studio Arctic Fox (Beta)
The Beta version (Arctic Fox Beta 4) now has Apple Silicon support, so you can download it from Android Studio download archives. Look for, for example: Mac (Apple Silicon): android-studio-2020.3.1.19-mac_arm.zip (955253378 bytes)
. Don't use jetbrains toolbox because it is bit buggy, it downloaded an outdated version of Android Studio. I've noticed its also a day late on releases.
Serious performance issues (before May 2021)
I've tried to use Android Studio for the past couple of months, and to me, it is unusable, let alone at parity with running it on Intel. I've always been on the Canary version too. I keep telling myself the M1 is faster, but I in reality I only notice speed reduction and freezes when compared to MacBook Pro 16" 2020 2.3GHz 8‑core Intel Core i9
or my Intel i7-9700K Hackintosh
. I also use a physical device to dedicate more mac resources to the IDE.
- Very slow indexing/ navigation around the code base
- Very slow typing and clicking sometimes (general lag)
- Random freezes which require app restart
- The compile times are the least of my worries (see bottom section).
Unfortunately, it is still very slow. Here I measure how long ./gradlew assembleDebug
takes after a warm up of the same (./gradle assembleDebug
):
MacBook Pro 2.3GHz 8‑core Intel Core i9
VS.Mac M1 Mini
3 minutes and 1 second
VS.4 minutes and 46 secinds
- CPU Temperatures:
88 to 92C
(+hot air blowing out 😅) VS.41 to 45C
M1 chips are cool (in a temperature sense), but currently slow. I'll update when a Apple Silicon optimized Android Studio comes out.
Solution 2:
I've been using a Macbook Pro with M1 for Android development in Android Studio for the past few days. It does feel a little slow at times, but the fact that it was never an incredibly smooth application to begin with (on my old 13" MacBook Pro anyway) means it's not much different. Also, since it's under Rosetta 2 at the moment I'm pretty happy with the performance.
I'd say if you're not working on anything critical then it's fine. However, I'd still be wary of recommending it to people who need a reliable solution for work and if you need the Android emulator you're out of luck completely as you need to rely on a dedicated device.
Solution 3:
It's definitely okay for basic Android development. I've had a few instances where it has randomly frozen on me and I've had to do a force quit. And it doesn't particularly feel like it is quicker than the 2015 MacBook Pro I was running it on before(!) It is, however, very quiet (no fan!) and hopefully now that IntelliJ has been ported we can see a dedicated M1 version of Android Studio soon.
Solution 4:
I have the macBook air with m1 chip and it is fast every where but for android studio just forget about it , it crash every 1h especially when I create new class or a new activity , like at least every 1h you will have a crash so you have to force quit the app and open it again .
Solution 5:
Is anyone else using NDK with the M1?
I have two Android apps that I use Android Studio for. I tried both on my new M1 Mac mini.
One, relatively simple and Java only, builds fine.
The second has Java and C code (uses the NDK). Building it fails with a crash of Android Studio.
As a result of this, I'm having to develop on my legacy Intel MacBook Pro.
Post a Comment for "Apart From Emulator, Is Android Studio Working Fine In M1 Macs"