Hello,
I've a strange problem when attempting to compile an app that used to compile:
- using B4A version 7.8
- using tool B4ASdkManager in order to keep android related stuff up to date
- I have an app that used to comile and run
- I updated android related stuff using the tool B4ASdkManager
- and now, when compiling the app generates an error:
B4A Version: 7.80
Parsing code. (0.57s)
Compiling code. (0.92s)
Compiling layouts code. (0.06s)
Organizing libraries. Error
Maven artifact not found: android.arch.lifecycle/livedata-core
How can I solve this problem and what did I wrong?