Android Question B4xlib DependsON

Star-Dust

Expert
Licensed User
Longtime User
I created the manifest for a b4xlib library (SD_ImageView)
Version=0.01
Supported Platforms=B4i, B4J, B4A
B4J.DependsOn=jOkHttpUtils2
B4A.DependsOn=OkHttpUtils2
B4i.DependsOn=iHttpUtils2
But when I select the library it doesn't even select the libraries from which it is dependent. Is there anything I misunderstood?
Shouldn't I also select the libraries included in the manifest?

Because at the time of compiling it reports an error, but I have to manually select the dependency libraries
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
But when I select the library it doesn't even select the libraries from which it is dependent
The libraries will be added internally. You will not see it in the list of libraries.

Shouldn't I also select the libraries included in the manifest?
You don't need to select them.

Which error do you see?
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
The libraries will be added internally. You will not see it in the list of libraries.


You don't need to select them.

Which error do you see?
If I don't select httputils manually, I get an error in the unknown object on httpjob

As soon as I select everything works correctly
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
Thank you. As I wrote in the first post I imagined I had made some mistakes, but I didn't understand which one.

Thanks for your help
 
Upvote 0
Top