Android Question Failed to integrate firebase services

Foz

Member
Licensed User
Longtime User
I've followed the instructions as per tutorial, however, and this is from a brand new blank project.

Following the instructions completely (for a minimum Firebase inclusion), I get this error on compile:
AndroidManifest.xml:29: error: Error: No resource found that matches the given name (at 'value' with value '@Integer/google_play_services_version').

When I add the Ads manifest sections, I then get this error:
AndroidManifest.xml:105: error: Error: No resource found that matches the given name (at 'theme' with value '@style/Theme.IAPTheme').

I assume that I must be missing a something out, and I can only assume that it has to do with step 5 "5. Follow the instructions of the specific libraries."

I have no idea what instructions I should be following there.

The only thing I see different from the instructions to mine is in the required sdk: the Android Support Library is now marked as obsolete, but I've installed it anyway, and as per image, the versions installed are all the same as what is in the tutorial.

What have I missed? What am I doing wrong?
 

Attachments

  • Capture.PNG
    Capture.PNG
    72.9 KB · Views: 125

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

Foz

Member
Licensed User
Longtime User
Ahhh, I didn't realise they weren't included in the release! That works now! :oops:

Will they be added for the final release?
 
Upvote 0
Top