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

Build on arm64 android #412

Closed
virus-on opened this issue Oct 24, 2016 · 2 comments
Closed

Build on arm64 android #412

virus-on opened this issue Oct 24, 2016 · 2 comments

Comments

@virus-on
Copy link

I have a phone based on arm64 architecture, but buildozer builds with standard arm7 toolchain, so my programs cant be tested on my phone. What could I do to bypass this issue and build binaries for my architecture?

@inclement
Copy link
Member

I think arm32 builds should work on arm64, are you sure about the phone arch? What error do you get?

Either way, python-for-android has some code to build with arm64 but I haven't tested it. If it were to work, it would be with the --arch=arm64-v8a cli argument to p4a.

@inclement
Copy link
Member

The android.arch buildozer.spec option now exists for this.

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

No branches or pull requests

2 participants