Android Question Receiving "resource style not found" error after Firebase integration

severika

Member
Licensed User
Longtime User
Hi all,
I a working on a helloWorld notification app.
I have done what is said here :
When I add all the macros in the AndroidManifest, i receive this error :
AndroidManifest.xml:138: error: resource style/Theme.IAPTheme (aka com.sevali.notificationtest:style/Theme.IAPTheme) not found. error: failed processing manifest.

I am using :
B4A Version: 11.80
Java Version: 11

After hours of reinstalling and trying all tricks I could think of, I found out that this macro is causing the issue :
CreateResourceFromFile(Macro, FirebaseAdMob.FirebaseAds)

If I comment this out, it works fine, I receive notifications, , but I assume my app will no longer be able to add Ads to my app ?

PS : how can I edit the ENTIRE AndroidManifest file , so it is not overwritten at compilation time ?

Thank you very much for any clues.
 

severika

Member
Licensed User
Longtime User
looks like I needed to also add FirebaseAdMob2 as library, please update the tutorial ?

works now, thanks
 
Upvote 0
Top