Hi.
I followed the instructions to implement Firebase in my APP,
But in my Manifest Editor I have an Error when Compile the Proyect, in this line
the subline with error is
And I receive this error
I have the Android SDK Up to date, and the google-services.json file in my Project Folder
google-services.json was downloaded from my Firebase panel.
What's wrong ?
Regards
I followed the instructions to implement Firebase in my APP,
But in my Manifest Editor I have an Error when Compile the Proyect, in this line
B4X:
<activity android:name="com.google.android.gms.common.api.GoogleApiActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:exported="false"/>
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
the subline with error is
B4X:
android:value="@integer/google_play_services_version" />
And I receive this error
B4X:
B4A version: 6.00
Parsing code. (0.13s)
Compiling code. (0.95s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
Generating R file. Error
AndroidManifest.xml:31: error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').
I have the Android SDK Up to date, and the google-services.json file in my Project Folder
google-services.json was downloaded from my Firebase panel.
What's wrong ?
Regards