RobertSasak / react-native-openalpr

An open-source React Native automatic license plate recognition package for OpenALPR
https://medium.freecodecamp.com/license-plate-recognition-in-react-native-b4f790d3a160#.jngb9oclt
MIT License
497 stars 167 forks source link

Need 64 bit libraries for Android #61

Open RobertSasak opened 5 years ago

RobertSasak commented 5 years ago

We are in desperate need of new 64 bit libraries. This module is using https://github.com/SandroMachado/openalpr-android who got libraties from https://github.com/sujaybhowmick/openalpr-droidapp-native who compiled somehow https://github.com/openalpr/openalpr

Please join me at https://gitter.im/react-native-openalpr/community to discuss how can we compile new 64 bit libraries. Without your help it would be hard.

karansoni725 commented 5 years ago

i need to update my app in play store , but now its require 64 bit libraries

RobertSasak commented 5 years ago

@karansoni725 We all need so. Please look at the above repos and join the gitter to discuss more how to proceed.

leejoo71 commented 5 years ago

I saw this, Is it any help for you https://github.com/openalpr/openalpr/wiki/Android-compilation

RobertSasak commented 5 years ago

Looks good. Do you have a chance to also run it? Perhaps we could use Travis or something similar to setup CI for this.

RobertSasak commented 5 years ago

I created simple repo with build script. https://github.com/RobertSasak/openalpr-android/ You can see some travis errors here. https://travis-ci.com/RobertSasak/openalpr-android

leejoo71 commented 5 years ago

@RobertSasak I had modified the travis.yml & build_openalpr_android.sh in https://github.com/leejoo71/openalpr-android and it was fixed your CMAKE error. But when linked to opencv, it got error, see log line 9327 https://travis-ci.org/leejoo71/openalpr-android

RobertSasak commented 5 years ago

Well done. I can see that you know more about yml files and Travis. Is it best practice to move commands from sh file straight to travis.yml?

I can see that there are many errors. I also spotted this one. Can it be problem as well? What error are you exactly referring?

error: package android.support.annotation does not exist
AbhishekHirapara commented 3 years ago

Need 64-bit openalpr Lib. please help if anyone have that lib.

edgaru commented 3 years ago

Any update for 64bit?

RobertSasak commented 3 years ago

I am sorry. Not so far.

rahulmishra1991 commented 2 years ago

I am stuck in the same requirement if anyone got the solution for the same please share or any other solution would be appreciated.

JramR7 commented 1 year ago

Still no 64bit libraries for this library?

mbritton commented 1 year ago

I'm also experiencing this problem. Priority is urgent for a major release. 😬

RobertSasak commented 1 year ago

As I am not using anymore the burden lies on community.