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

missing x64 .so files #883

Closed
robmr88 opened this issue May 12, 2020 · 8 comments
Closed

missing x64 .so files #883

robmr88 opened this issue May 12, 2020 · 8 comments
Labels

Comments

@robmr88
Copy link

robmr88 commented May 12, 2020

Hi, I'm working on a project that already had bytedeco integrated when it was assigned to me. I can see that the project has some .so files int hea armeabi-v7a and x86 jni folders but it's missing the x64 files. Can anyone give me a hand on how to make the 64 bit .so files?
Thanks

Screenshot at May 12 10-41-06

@saudet
Copy link
Member

saudet commented May 12, 2020

You'll need to upgrade to a newer version that comes with a build for those.

@robmr88
Copy link
Author

robmr88 commented May 12, 2020

I understand. So If i add the .so files by hand that won't do it ?
If i change the version do I have to change all the .so files ?
Sorry for all the questions , it's just that I don't understand what version the developer before me used and also I don't understand very well bytedeco, it's the first time that I have to use it in a project. Thank you

Screenshot at May 12 14-46-21

@saudet
Copy link
Member

saudet commented May 12, 2020

If you have the files, you can add them manually, sure. What is the issue exactly?

@robmr88
Copy link
Author

robmr88 commented May 12, 2020

the old integration doen't seem to support 64 bit processors and crashes. So I was trying to understand how they integrated bytedeco, what versions and update it .

@saudet
Copy link
Member

saudet commented May 12, 2020

Right, so like I said you'll need to get a version that does have the builds you need:
https://search.maven.org/search?q=bytedeco%20opencv
https://search.maven.org/search?q=bytedeco%20ffmpeg

@robmr88
Copy link
Author

robmr88 commented May 12, 2020

Thank you

@robmr88
Copy link
Author

robmr88 commented May 12, 2020

just one more thing, could you tell me in which version was the android 64 bit support introduced? Right now the project has the very first version of the libraries, if I add the .so file from the 1.5.3 versions a lot of errors appear. Maybe I could have an easier update process if I start with the first version that has 64 bit support.

Screenshot at May 12 17-37-02

@saudet
Copy link
Member

saudet commented May 13, 2020

According to the change log, that would be 1.4.1:

https://github.com/bytedeco/javacpp-presets/blob/master/CHANGELOG.md

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

No branches or pull requests

2 participants