Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support specifying target architectures for Android #52

Closed
hmnd opened this issue Jul 11, 2021 · 1 comment · Fixed by #64
Closed

Support specifying target architectures for Android #52

hmnd opened this issue Jul 11, 2021 · 1 comment · Fixed by #64
Assignees
Labels
enhancement New feature or request

Comments

@hmnd
Copy link

hmnd commented Jul 11, 2021

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.

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.

Fixes fyne-io#52
@lucor lucor self-assigned this Aug 20, 2021
@lucor lucor added the enhancement New feature or request label Aug 20, 2021
@lucor lucor linked a pull request Aug 20, 2021 that will close this issue
lucor added a commit to lucor/fyne-io-fyne-cross that referenced this issue Sep 29, 2021
### Added

-  Support specifying target architectures for Android fyne-io#52

### Changed

- Switch to x/sys/execabs for windows security fixes fyne-io#57
- [base-image] update Go to v1.16.8 and Fyne CLI tool to v2.1.0 fyne-io#67
@lucor lucor mentioned this issue Sep 29, 2021
@lucor
Copy link
Member

lucor commented Sep 29, 2021

Added in #64 and will be available in v1.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants