BenCherif / wordsnap-ocr

Automatically exported from code.google.com/p/wordsnap-ocr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App crashes when I deploy to device

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. checkout latest code from repository
2. build and deploy to device
3. start moving camera around

What is the expected output? What do you see instead?

Would hope to have recognition start, but get a force close:

03-19 00:32:56.057: ERROR/AndroidRuntime(3249): Uncaught handler: thread
OCRThread exiting due to uncaught exception
03-19 00:32:56.067: ERROR/AndroidRuntime(3249):
java.lang.UnsatisfiedLinkError: nativeMin
03-19 00:32:56.067: ERROR/AndroidRuntime(3249):     at
net.bitquill.ocr.image.GrayImage.nativeMin(Native Method)


What version of the product are you using? On what operating system?

On t-mobile G1 on Android 1.6

Original issue reported on code.google.com by tans...@gmail.com on 19 Mar 2010 at 9:35

Ah, fixed this.  I needed to download the android NDK and compile the native
components: http://developer.android.com/intl/de/sdk/ndk/index.html

All sorted now.  Sorry to have bothered you ... :-)

Original comment by tans...@gmail.com on 22 Mar 2010 at 1:06

me to getting the same error
03-19 00:32:56.057: ERROR/AndroidRuntime(3249): Uncaught handler: thread
OCRThread exiting due to uncaught exception
03-19 00:32:56.067: ERROR/AndroidRuntime(3249):
java.lang.UnsatisfiedLinkError: nativeMin
03-19 00:32:56.067: ERROR/AndroidRuntime(3249):     at
net.bitquill.ocr.image.GrayImage.nativeMin(Native Method)

what to do????
Please help

Original comment by hotnspi...@gmail.com on 25 Feb 2011 at 7:35

same error, plz help me

Original comment by sharee...@gmail.com on 28 Sep 2011 at 7:16

 Can you make a small tutorial on how to compile the native components you use?

Original comment by Koosh...@gmail.com on 12 Jul 2012 at 7:54

http://stackoverflow.com/questions/11459845/particular-issue-with-premade-projec
t-from-google-code-using-ocr-tess-and-andr

Original comment by Koosh...@gmail.com on 13 Jul 2012 at 12:49