I'm getting a compilation error when I run your project. The manifest editor code is broken:
Thanks Erel for your reply. I unfortunately do not know what to do, my manifest file seems to me to be correct, now I edit it from the IDE and paste here what is written inside. If you can suggest what I can do, I would be very grateful.
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information:
https://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="26"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
CreateResourceFromFile(Macro, Themes.DarkTheme)
'End of default text.
'CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase)
'CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase)
'CreateResourceFromFile(Macro, FirebaseNotifications.FirebaseNotifications)
'CreateResourceFromFile(Macro, FirebaseAnalytics.FirebaseAnalytics
'CreateResourceFromFile(Macro, FirebaseAdMob.FirebaseAds
'CreateResourceFromFile(Macro, FirebaseAuth.FirebaseAuth)