I have a Ubuntu 24.04 arm on a UTM VM. I could not launch Android Studio, it gets glitchy probably due to the OpenGL acceleration I'm using. However I was able to launch Intellij IDEA which supports Wayland.
IDEA can create an Android project and with SSH forwarding I can get it to display a target from an emulator from a second machine, on Android Device Manager in the IDEA. Howerver, I cannot run my app, it says:
No target device found
When inspeting the notifications of IDEA< it says
"could not determine adb version"
I believe this is because Android SDK contains adb for x64 only.
But how can it show my device on the device manager? Do I really need adb for ARM?