Android Question problem compiling android app

fransvlaarhoven

Active Member
Licensed User
Longtime User
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?
 

DonManfred

Expert
Licensed User
Longtime User
android.arch.lifecycle/livedata-core
Open the B4A SDKManager and download missing items...

Add "livedata" in the searchfield and add all found items.
Maybe directly search for "lifecycle" and add this items too.
 
Upvote 0

fransvlaarhoven

Active Member
Licensed User
Longtime User
btw. totally unrelated, I have written a wrapper arround UnBoundID. This might relate to your latest library SimplePGP.
the wrapper is written for B4J but part of it can also be used with Android.

It might be usefull to upload this to the forum but I've no clue how to do this....
 
Upvote 0
Top