Android Question Maven artifact not found: androidx.work/work-runtime

sorex

Expert
Licensed User
Longtime User
Hello,

I updated B4A to the latest version (10.50) and each time I open a project or try to compile it I get this error:

[IDE message - 8:31:56]
An error occurred.
Maven artifact not found: androidx.work/work-runtime


any idea what this could be? (forum search didn't find this specific error)

at work it works fine with the old java 1.8.x , here I'm using the openJDK and installed all required Android SDK items via the sdk manager.
 

ThePuiu

Active Member
Licensed User
Longtime User
search after "work-runtime" in SDK Manager and install it for your Android version
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
I get 4 of them.

Do I need the latest version and non ktx?

worker.gif


and why is it a requirement on this computer and not on the other one?
 
Upvote 0
Top