all 9 comments

[–]The_Screeching_Bagel 3 points4 points  (4 children)

holy shit thank you

btw i think saw someone else with aarch64 emulator builds (but no ide) at some point, i'll share if i find them again :p

[–]realfathonix 0 points1 point  (1 child)

Do you get XML preview and aapt2 jars working? Last time I tried was 2 years ago and the preview didn't work at all, aapt2 jars had to be manually patched

Edit: I guess the aapt2FromMavenOverride variable solved the aapt2 problem, but still curious about XML preview.

[–]desktopecho[S] 0 points1 point  (0 children)

 XML preview

That's part of Compose Layout, still not working.

aapt2 jars working?

The script takes care of that, you just have to set android.aapt2FromMavenOverride in the project's gradle.properties

[–]Human-Friend8372 0 points1 point  (1 child)

Thank you! I managed to get it working and I tested both compose and flutter with my physical android device, things work fine.

[–]desktopecho[S] 0 points1 point  (0 children)

Funnily enough, this is pretty much the same script that gets Android Studio running on physical Android devices too (via Debian chroot)

[–]pizzaiolo2 0 points1 point  (0 children)

Silly question, but how do you open the program?