I am trying to ad ADMOB ads to my app and I am following this tutorial:
https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/
But, my app crashes right out of the gate. the IDE debug even gives an error that is was not able to connect to the device right after it deployed it, so there is no LOG data to report.
I narrowed the problem to when I add the manifest text from this section of the tutorial:
Always required when using Firebase
How can I figure out what is wrong - I cut and pasted the text correctly.
If I remove this section from the manifest, my app starts fine.
https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/
But, my app crashes right out of the gate. the IDE debug even gives an error that is was not able to connect to the device right after it deployed it, so there is no LOG data to report.
I narrowed the problem to when I add the manifest text from this section of the tutorial:
Always required when using Firebase
How can I figure out what is wrong - I cut and pasted the text correctly.
If I remove this section from the manifest, my app starts fine.