Hello
asmondien, can you tell me how solve this error?
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/samples/vision/ocrreader/OcrCaptureActivity;
at com.google.android.gms.samples.vision.ocrreader.MainActivity.onClick(MainActivity.java:67)
at ......
Caused by: java.lang.ClassNotFoundException: com.google.android.gms.samples.vision.ocrreader.OcrCaptureActivity
I was able to install the application, but get the following error & the camera is not working too.
I also find some examples but the code is not work or is so complex for me...