Android Question Flickr Viewer

Isac

Active Member
Licensed User
Longtime User
Hi, I can not use the Flickr Viewer application.
I have this error:


B4A version: 6.80
Parsing code. (0.08s)
Compiling code. (0.12s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
Generating R file. (0.13s)
Compiling debugger engine code. (2.51s)
Compiling generated Java code. Error
B4A line: 96
Log(Response.GetString(\
javac 1.8.0_101
src\anywheresoftware\b4a\samples\flickr\httputilsservice.java:181: 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

Isac

Active Member
Licensed User
Longtime User
Can you explain exactly what I should do?

B4A version: 6.80
Parsing code. (0.01s)
Compiling code. (0.42s)
Compiling layouts code. (0.31s)
Organizing libraries. (0.00s)
Generating R file. (1.30s)
Compiling debugger engine code. (1.84s)
Compiling generated Java code. Error
B4A line: 54
Log(Response.GetString(\
javac 1.8.0_101
src\anywheresoftware\b4a\samples\flickr\httputils2service.java:174: error: cannot access ParseException
anywheresoftware.b4a.keywords.Common.Log(_response.GetString("UTF8"));
^
class file for org.apache.http.ParseException not found
 
Last edited:
Upvote 0
Top