halkar / Tesseract.Xamarin

Tesseract OCR wrapper for Xamarin
MIT License
121 stars 40 forks source link

Problem on Galaxy S6 Edge #21

Closed edegut closed 8 years ago

edegut commented 8 years ago

Hi,

I've got a crash when I initialise my TesseractAPI : dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.myapp/base.apk"],nativeLibraryDirectories=[/data/app/com.myapp/lib/arm64, /vendor/lib64, /system/lib64]]] couldn't find "libpngt.so"

Any idea?

halkar commented 8 years ago

Which version do you use? It should be fixed in one of the lady ones.

Sent from Outlook

On Mon, Nov 2, 2015 at 2:31 AM -0800, "edegut" notifications@github.com wrote:

Hi,

I've got a crash when I initialise my TesseractAPI :

dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.myapp/base.apk"],nativeLibraryDirectories=[/data/app/com.myapp/lib/arm64, /vendor/lib64, /system/lib64]]] couldn't find "libpngt.so"

Any idea?

— Reply to this email directly or view it on GitHub.

edegut commented 8 years ago

I use version 0.2.9

halkar commented 8 years ago

Which Android version are you running?

edegut commented 8 years ago

Excuse me, there was no problem in fact. I made a mistake in my project configuration.

2015-11-02 21:36 GMT+01:00 Artur Shamsutdinov notifications@github.com:

Which Android version are you running?

— Reply to this email directly or view it on GitHub https://github.com/halkar/Tesseract.Xamarin/issues/21#issuecomment-153149052 .

halkar commented 8 years ago

No worries. Could you please give some details on that mistake?

sabrinaj commented 8 years ago

Hello,

I currently have the same problem, would it be possible to have some details ?

Thanks !

halkar commented 8 years ago

@sabrinaj I managed to reproduce this issue but after updating my dev environment to VS2015 and last version of Xamarin 4 I can't reproduce this issue anymore.