i have an m1 max and dont have any issues with thi...
# android-studio
c
i have an m1 max and dont have any issues with this setup.
m
did you install it with Toolbox?
I can run emulators but I can’t run app on the emulators….
c
yep.
id file a bug. emulator team in issuetracker has always been helpful
m
I uninstalled AS and now Toolbox doesn’t show it as an option to install….
problems problems 😄
I will, thanks
k
When I setup my new M1 mac I made sure I installed everything from scratch as I wanted ARM versions of all apps
c
Yeah. I'm using azul jdk whihc has support for m1.
m
I managed to make it work
@Colton Idle I have zulu as my java_home but when I set gradle to use that JDK my builds are failing. you had same problem?
c
nope. no issues. I use gradle doctor plugin so it yells at me if all my stuff isn't using the same java.
m
which zulu jdk version are you using?
c
/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
m
thank you
c
@Marko Novakovic you ever get it to work? If not can you try turning off this setting?
m
yes I made it work 😄 thanks for asking 🙂
c
What'd you do?
m
I uninstalled JDK, installed it again and it worked
I had zulu jdk 15, 16 and 11 installed. I uninstalled all and installed just 11. than it worked
c
Nice