Android Question Manifest Error with SDK update

Scantech

Well-Known Member
Licensed User
Longtime User


It is related to this in Manifest. Disable them then it will be ok.
B4X:
'CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase)
'CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase)
'CreateResourceFromFile(Macro, FirebaseAnalytics.FirebaseAnalytics)
'CreateResourceFromFile(Macro, FirebaseAdMob.FirebaseAds)

I have an issue with firebaseAdmob (Guava/listenablefuture issue) in the other thread which is not resolved. So i decided to test my app without the firebaseadmob and this error message above occurs.

Update: I only use FirebaseAdmob. It makes sense to not use them in manifest. I think i need to disable all of them anyways or this error will occur?
 
Last edited: