Skip to content

android: make 64-bit default for debug builds (beta-3.0) #475

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

Merged
merged 1 commit into from
May 5, 2023

Conversation

mortend
Copy link
Member

@mortend mortend commented May 4, 2023

Including only 32-bit binaries gives warnings during build, so we want to build 64-bit by default in Uno version 3.0 to silence them.

Most devices support 64-bit these days, but if not, it's possible to go back to 32-bit by setting "android.architectures.debug" in your unoproj to "armeabi-v7a".

Including only 32-bit binaries gives warnings during build, so we want
to build 64-bit by default in Uno version 3.0 to silence them.

Most devices support 64-bit these days, but if not, it's possible to go
back to 32-bit by setting "android.architectures.debug" in your unoproj
to "armeabi-v7a".
@mortend mortend merged commit e6cb104 into fuse-open:beta-3.0 May 5, 2023
@mortend mortend deleted the android-debug-64 branch May 5, 2023 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant