Android Question HTTPServer problems!

javiman6969

Member
Licensed User
Longtime User
Hello Erel!
I have a problem with HTTPServer library.

I have a developed APP that uses the HTTPServer library (1.00). But with the latest updates of B4A I get an error in the compilation.
Is there a more modern version?

The error is as follows:

Log(Response.GetString(\
javac 1.8.0_161
src\axinfor\axtpv\httputils2service.java:200: error: cannot access ParseException
anywheresoftware.b4a.keywords.Common.Log(_response.GetString("UTF8"));
^
class file for org.apache.http.ParseException not found

Thanks!!!!
 

DonManfred

Expert
Licensed User
Longtime User
Last edited:
Upvote 0
Top