Android Question Failed resolution of: Lokhttp3/JavaNetCookieJar;

Juan Vargas (Bioagro)

Member
Licensed User
After installed latest version, Im getting this error:

B4X:
java.lang.NoClassDefFoundError: Failed resolution of: Lokhttp3/JavaNetCookieJar;

I am missing something? Should I install something in the SDK manager?
Sorry I cant load the project, is huge.
 

MicroDrie

Well-Known Member
Licensed User
You provide very little information about the error. Based on the summary error message, you may need to put additional jars for your project in your additional libraries directory. When you load a project for the very first time, a missing library name will be displayed in a pop-up window. Based on the name you can search further in the forum to see how you can apply the library.
 
Upvote 0

MicroDrie

Well-Known Member
Licensed User
Well you could start with the usual things like downloading the latest versions of Lokhttp3/JavaNetCookieJar and any additional jar(s) needed and mention them in your post. Then you should use a small example program to see what does and does not work and what error messages you do see. Without those steps and information, no one can help you.
 
Upvote 0
Top