corwin42 Expert Licensed User Longtime User Mar 19, 2019 #1 After Installation I have in the internal libraries folder the following files: OkHttpUtils2.b4xlib OkHttpUtils2.jar OkHttpUtils2.xml Are they all required? I think it should be only the .b4xlib file or the .jar/.xml pair but not all three?
After Installation I have in the internal libraries folder the following files: OkHttpUtils2.b4xlib OkHttpUtils2.jar OkHttpUtils2.xml Are they all required? I think it should be only the .b4xlib file or the .jar/.xml pair but not all three?
DonManfred Expert Licensed User Longtime User Mar 20, 2019 #2 i guess the last two you can remove. I just tried to do the same and compiled a project using okhttputils. Upvote 0
i guess the last two you can remove. I just tried to do the same and compiled a project using okhttputils.
Erel B4X founder Staff member Licensed User Longtime User Mar 20, 2019 #3 The b4xlib was added in v8.80 and is the important one. The other jar is kept for compatibility with older libraries that referenced the jar file. Upvote 0
The b4xlib was added in v8.80 and is the important one. The other jar is kept for compatibility with older libraries that referenced the jar file.