Android Question b4a 9.50 had this error after updating the sdk

Addo

Well-Known Member
Licensed User
i got this error after updating the sdk from sdk manager

B4X:
B4A Version: 9.50
Java Version: 8
Parsing code.    (0.27s)
Building folders structure.    (0.02s)
Compiling code.    (1.20s)
    
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code.    (0.08s)
Organizing libraries.    Error
Maven artifact not found: androidx.lifecycle/lifecycle-viewmodel-savedstate
 

DonManfred

Expert
Licensed User
Longtime User
open the sdkmanager, search for savedstate and install the missing artifact.
 
Upvote 0
Top