Hello to all,
I have installed B4X in a new machine and am replacing HTTP and HttpUtils2 with OkHttp and OkHttpUtils2 in my projects.
In two projects everything went smoothly, while in a third very similar to the previous one I get a library not found error that blocks the loading of other libraries present.
If I insert the HttpUtils library this is marked as double. How can I solve the problem ?
you wrote that you add httputils library and get a error. This is a mistake as you should NOT add it at all.
It is all inside okhttputils2 and okhttp. Maybe you still have a module httputils in your project? You should remove the module. Same applies for http.
there are no modules, maybe something has messed up, I chose to create the project again and import one piece at a time. Thanks all the same for your availability