Android Question Flickr Viewer 1.04 Compile error

kohle

Active Member
Licensed User
Longtime User
When I compile flickerViewer or HttpUtilsExample I get the following
error:

B4A version: 7.01
Parsing code. (0.01s)
Compiling code. (0.08s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
Generating R file. (0.06s)
Compiling debugger engine code. (0.77s)
Compiling generated Java code. Error
B4A line: 96
Log(Response.GetString(\
javac 1.8.0_91
src\anywheresoftware\b4a\samples\flickr\httputilsservice.java:184: error: cannot access ParseException
anywheresoftware.b4a.keywords.Common.Log(_response.GetString("UTF8"));
^
class file for org.apache.http.ParseException not found
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top