SandroMachado / openalpr-android

Android Automatic License Plate Recognition library (http://www.openalpr.com) ported for android.
Apache License 2.0
770 stars 272 forks source link

I don't know why it doesn't work... #36

Closed thaiet closed 7 years ago

thaiet commented 7 years ago

Hi there! Great project but I can't seem to get it to work...I always get a result of {"error":true,"msg":"Error initializing Open Alpr"}.

In details, My build.gradle (Project) contains the allprojects { repositories { maven { url "https://jitpack.io" } } }

I have compile 'com.github.SandroMachado:openalpr-android:1.1.1' in my dependencies in the build.gradle (module:app).

I also have the openalpr.conf, which I copied into the assets/runtime_data/ directory of the app. I even used a copied version of your activity, but still the same error. Any ideas?

SandroMachado commented 7 years ago

Can you try the demo apk at the releases tab? Just to check if the compiled apk works?

SandroMachado commented 7 years ago

Closed due to inactivity.

Robbypatel1357 commented 7 years ago

hello still i have error