-
Notifications
You must be signed in to change notification settings - Fork 165
Description
The documentation for obelisk (which I believe is using reflex-platform for android build support -- hence why I'm posting that here. If that's incorrect, I can move this issue over there) mentions that Android builds are currently only supported on Linux.
I am currently running an Ubuntu 20.04.4 (ARM64 edition) LTS virtual machine on my M1 Macbook Pro in an attempt to get around that restriction, but it appears that additionally, Android builds are not supported on ARM64 Linux either.
When I run nix-build -A android.frontend -o result-android in my project, I just get:
error: Android builds are not supported on this platform.
Has anyone actually tried and confirm that Android builds are not working on ARM64 linux yet? If so, and it is indeed not working on that platform, what would it take for builds to be supported?