Android Question ocr library

patatonj

Member
Licensed User
Longtime User
Hi all,

i was trying to use this library for my knowledge.
The problem is this:
when i try to compile it, some errors appear like this:

AndroidManifest.xml:20: error: resource style/MyAppTheme (aka JHS.AndroidVisionMaster:style/MyAppTheme) not found.
AndroidManifest.xml:33: error: resource string/title_activity_main (aka JHS.AndroidVisionMaster:string/title_activity_main) not found.
error: failed processing manifest.

any ideas to solve it?

Thanks in advance
 

Johan Schoeman

Expert
Licensed User
Longtime User
It is an old library and not worth using. From the error that you have posted I guess you might not have added the resource folders to the b4a project as they need to be downloaded separately from the thread and then placed on the same folder level as the /Files and /Objects folders of the b4a project.
 
Upvote 0
Top