You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a 64-bit only application that I'd like to build for Android. Currently, fyne-cross only supports building for all architectures on Android, so my app fails to build.
Since the desktop builders already have an -arch flag, I think it would be natural to support the same for Android.
The text was updated successfully, but these errors were encountered:
lucor
added a commit
to lucor/fyne-io-fyne-cross
that referenced
this issue
Aug 20, 2021
This PR adds the possibility to specify a target architecture for Android via the `-arch` flag.
It also introduces the universal architecture constant.
Fixesfyne-io#52
### Added
- Support specifying target architectures for Android fyne-io#52
### Changed
- Switch to x/sys/execabs for windows security fixesfyne-io#57
- [base-image] update Go to v1.16.8 and Fyne CLI tool to v2.1.0 fyne-io#67
I have a 64-bit only application that I'd like to build for Android. Currently, fyne-cross only supports building for all architectures on Android, so my app fails to build.
Since the desktop builders already have an
-arch
flag, I think it would be natural to support the same for Android.The text was updated successfully, but these errors were encountered: