Android Question Maven artifact not found: androidx.webkit/webkit

rogeriosca

Member
Licensed User
Longtime User
Hi!
I try to use the WebkitWebView , but when compile I get this error:

B4A Version: 11.50
Parsing code. (0.21s)
Java Version: 14
Building folders structure. (0.07s)
Running custom action. (0.07s)
Compiling code. (0.26s)
Compiling layouts code. (0.01s)
Organizing libraries. Error
Maven artifact not found: androidx.webkit/webkit

Source: WebkitWebView

I did a clean install following this guide: https://www.b4x.com/b4a.html ,
but not works...

Please, help me.
Thank you!
 
Solution
I upgrade to 12.20 and install SDK:
androidx.webkit:webkit (Google Maven) 1.6.1
com.android.support:webkit (Google Maven) 28.0.0

- Added library AndroidNetUri to project
- Run Jetifier

Now works !

Thank you!

rogeriosca

Member
Licensed User
Longtime User
I upgrade to 12.20 and install SDK:
androidx.webkit:webkit (Google Maven) 1.6.1
com.android.support:webkit (Google Maven) 28.0.0

- Added library AndroidNetUri to project
- Run Jetifier

Now works !

Thank you!
 
Upvote 0
Solution

netsistemas

Active Member
Licensed User
Longtime User
attach image with
only view, AND SELECT , and instal l!!
mavenwebkit.jpg
 
Upvote 0
Top