Android Question Getting "error attribute not supported Libraryname"

MrKim

Well-Known Member
Licensed User
Longtime User
Downloaded HttpUtils2 and when I try to compile the project I get the following error:
Parsing code. Error
Error parsing program.
Error description: Attribute not supported: libraryname
Occurred on line: 10
#LibraryName: HttpUtils2

I think I need to download the lib? But I can't find it. Just a message that says it is now included in the full install.

This all went that way because I tried to run RemoteServerClient.b4a and get the following error on compile:

Parsing code. Error
Error parsing program.
Error description: Unknown type: httpjob
Are you missing a library reference?
Occurred on line: 50
Sub JobDone(Job As HttpJob)

I am running B4A ver 2.52 - trying to get the update to see if that solves it.
 

Theera

Expert
Licensed User
Longtime User
Upvote 0

MrKim

Well-Known Member
Licensed User
Longtime User
I needed to get the latest B4A version. The problem was I could not find the lib for download? Evidently it is included witht the latest version of the software but no longer available as a separate download. Thanks for the help guys. I have been away from B4A for a few months on other projects. Things change fast here! :)
 
Upvote 0
Top