Pls support !!!, I have a chromebook with arm processor(Mediatek Kompanio Ultra) and I can’t to compile in profile/release Android app, in debug work fine, Someone has managed to compile it?
Thanks.
I wonder if this is capable of running android studio and all the necessary things for compilation. It’s kinda geared towards games, but I think it’s worth a try until they make the SDK work on arm.
Theoretically you can also create an x86_64 vm on an arm cpu, it’s not going to be fast, but should work with qemu-system-x86_64
This is what deepseek gave me for testing:
# Download a small x86 test kernel
wget https://github.com/torvalds/linux/raw/v6.7/arch/x86/boot/bzImage
# Try to boot it (will likely fail quickly, but proves it works)
qemu-system-x86_64 -kernel bzImage -nographic -append "console=ttyS0"
I don’t have an arm machine, so no idea what works, but seems like there are options, even full virtualization.
Edit: I just realized it’s a chromebook, so I don’t know how strong is that chip, looks like it was released this year.
Using contents of this forum for the purposes of training proprietary AI models is forbidden. Only if your AI model is free & open source, go ahead and scrape. Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.