S sorex Expert Licensed User Longtime User Jan 7, 2021 #1 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.
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 Jan 7, 2021 #2 search after "work-runtime" in SDK Manager and install it for your Android version Upvote 0
S sorex Expert Licensed User Longtime User Jan 7, 2021 #3 I get 4 of them. Do I need the latest version and non ktx? and why is it a requirement on this computer and not on the other one? Upvote 0
I get 4 of them. Do I need the latest version and non ktx? and why is it a requirement on this computer and not on the other one?
Pendrush Well-Known Member Licensed User Longtime User Jan 7, 2021 #4 ktx = Kotlin, you don't need them. Upvote 0
S sorex Expert Licensed User Longtime User Jan 7, 2021 #6 thanks, error is gone now and it compiles fine. Upvote 0