Hello,
I tried to intregrate Firebase in my application but every time, it crashes before it shows the main activity.
I followed this tuto: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/
What else should I install with SDK Manager? I have installed Google play services (Version 46) (there is no recommanded items in B4A SDK Manager as said in the tutorial).
Firstly, when compiling, there is an error:
When I insert
in my code, i can compile it but the application crashes when starting.
I enclosed the sample project.
I tried to intregrate Firebase in my application but every time, it crashes before it shows the main activity.
I followed this tuto: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/
What else should I install with SDK Manager? I have installed Google play services (Version 46) (there is no recommanded items in B4A SDK Manager as said in the tutorial).
Firstly, when compiling, there is an error:
B4X:
B4A version: 6.80
Parsing code. (0.00s)
Compiling code. (0.02s)
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Generating R file. Error
AndroidManifest.xml:28: error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').
When I insert
B4X:
#AdditionalJar: com.google.android.gms:play-services-base
B4X:
LogCat connected to: emulator-5554
--------- beginning of main
--------- beginning of system
--------- beginning of crash
I enclosed the sample project.