I created the manifest for a b4xlib library (SD_ImageView)
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
But when I select the library it doesn't even select the libraries from which it is dependent. Is there anything I misunderstood?Version=0.01
Supported Platforms=B4i, B4J, B4A
B4J.DependsOn=jOkHttpUtils2
B4A.DependsOn=OkHttpUtils2
B4i.DependsOn=iHttpUtils2
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