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

Is it possible to build presets for android 64-bit arch #304

Closed
coralinejones1985 opened this issue Oct 17, 2016 · 3 comments
Closed

Is it possible to build presets for android 64-bit arch #304

coralinejones1985 opened this issue Oct 17, 2016 · 3 comments

Comments

@coralinejones1985
Copy link

coralinejones1985 commented Oct 17, 2016

With
the above in working order, simply execute
bash
$ ANDROID_NDK=/path/to/android-ndk/ bash cppbuild.sh [-platform ] <install | clean> [projects]

where possible platform names are: android-arm, android-x86, linux-x86, linux-x86_64, linux-arm, macosx-x86_64, windows-x86, windows-x86_64, etc.

I need to build presets for android-x86-64. Is it possible? What should I modify to do it right?

@saudet
Copy link
Member

saudet commented Oct 18, 2016

Sure it's possible. First provide a build in the cppbuild.sh file, and then it should work.

@saudet
Copy link
Member

saudet commented Jan 19, 2017

Marking as duplicate of #52

@saudet saudet closed this as completed Jan 19, 2017
@saudet
Copy link
Member

saudet commented Feb 27, 2018

64-bit builds for Android (as the "android-arm64" and "android-x86_64" platforms) are now available, so please give it a try! Binaries for 1.4.1-SNAPSHOT can be downloaded from the snapshot repository: http://bytedeco.org/builds/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants