Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to improve performance of Android Studio in Apple M1 macs?

Using Android Studio in my new M1 MacBook pro seems to have some performance issues while coding. The application build is fast, but IDE seems a little laggy while coding, giving suggestions, and button response. What is the possible cause for this? Are there any ways to improve the performance of Android Studio? Activity Monitor indicates a lot of CPU usage from Android Studio.

Details about my Environment

  • Android Studio Arctic Fox Preview Built
  • Azul Zulu JDK 11

(Update)

The problem is solved now with official support

like image 584
Eishon Avatar asked Oct 27 '22 11:10

Eishon


1 Answers

Please see my answer https://stackoverflow.com/a/65176867/1079990

With Arctic Fox aarch64 all is very fast !

Only NDK doesn't work on aarch64, there you need the x86 variant

like image 64
hannes ach Avatar answered Jan 02 '23 19:01

hannes ach