B Bob Spielen Active Member Licensed User Feb 15, 2019 #1 Hi, pls need some help. Trying to install OCR features (https://www.b4x.com/android/forum/t...es-to-your-android-application.27080/#content) I get following error during compilation... Compiling generated Java code. Error B4A line: 55 Log(Response.GetString(\ javac 1.8.0_144 src\b4a\example\httputils2service.java:177: error: cannot access ParseException anywheresoftware.b4a.keywords.Common.Log(_response.GetString("UTF8")); ^ class file for org.apache.http.ParseException not found Can anybody help me ? Thanks in advance
Hi, pls need some help. Trying to install OCR features (https://www.b4x.com/android/forum/t...es-to-your-android-application.27080/#content) I get following error during compilation... Compiling generated Java code. Error B4A line: 55 Log(Response.GetString(\ javac 1.8.0_144 src\b4a\example\httputils2service.java:177: error: cannot access ParseException anywheresoftware.b4a.keywords.Common.Log(_response.GetString("UTF8")); ^ class file for org.apache.http.ParseException not found Can anybody help me ? Thanks in advance
DonManfred Expert Licensed User Longtime User Feb 15, 2019 #2 Replace the included httpjob and httputils2service with okhttpmodules. Upvote 0
B Bob Spielen Active Member Licensed User Feb 15, 2019 #3 DonManfred said: Replace the included httpjob and httputils2service with okhttpmodules. Click to expand... Super, Besten Dank!! Upvote 0
DonManfred said: Replace the included httpjob and httputils2service with okhttpmodules. Click to expand... Super, Besten Dank!!
B Bob Spielen Active Member Licensed User Feb 15, 2019 #4 Hello DonManfred... maybe you can help me again........ Im getting the Error: HTML output format is not supported What could it be? Upvote 0
Hello DonManfred... maybe you can help me again........ Im getting the Error: HTML output format is not supported What could it be?
DonManfred Expert Licensed User Longtime User Feb 15, 2019 #5 Sorry, no idea. I never used that lib. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Feb 17, 2019 #6 I guess that they changed the web service format. Upvote 0