Android Question Funny httputils2 error

alwyn

New Member
Licensed User
Longtime User
Hi, I get the following error in my app when I include the httputils2 library
I have only the following line of code in activity_create

Dim job As HttpJob

Please help

Compiling code. 0.02
Compiling layouts code. 0.00
Generating R file. 0.00
Compiling generated Java code. Error
B4A line: 15
Dim job As HttpJob
javac 1.7.0_51
src\alwyn\http\test\main.java:214: error: cannot access ImplB4AClass
_job = new anywheresoftware.b4a.samples.httputils2.httpjob();Debug.locals.put("job", _job);
^
class file for anywheresoftware.b4a.B4AClass$ImplB4AClass not found
1 error
 
Top