"Error description: Unknown type: httpclient"

pmateescu

New Member
Licensed User
Longtime User
Hello, when I compile a project I get the following error:

"Error description: Unknown type: httpclient
Are you missing a library reference?"

- I have the two year license bought sometime last year.
- I have just reinstalled the full software (B4A v2) on a new laptop
- I have downloaded the HttpUtils2 zip file

In what library/module is httpclient defined? Should I download it from somewhere special?

Please have patience with me, even though I have bought Basic4Android for some time, this is my first project.

Thank you,

Paul
 

pmateescu

New Member
Licensed User
Longtime User
The error comes from line 4 of the HttpUtils2Service, so this module is already loaded. The class module HttpJob is also loaded.

Best regards,


Paul
 
Upvote 0

pmateescu

New Member
Licensed User
Longtime User
I have found a workaround for now: I just take Erel's sample project Httputils2, delete all stuff but keep the two modules and build from there.

Best regards,


Paul
 
Upvote 0

enricora

Member
Licensed User
Longtime User
identical error

identical error & identical solution but because this problem? i think case sensitive word in class global
 
Upvote 0

enricora

Member
Licensed User
Longtime User
i found my error

i discovered error. i not ability library in lib tab , i think pmateescu has same problem
 
Upvote 0

Milan Maharjan

New Member
I am new to basic4android, and I can't find libraries tab :( Also when i Dim JSONParser object, it is shown as red. Are these the limitations of trial version?

Thanks
 
Upvote 0
Top