Android Question No resource found...google_play_services_version

Homerclese

Member
Licensed User
Longtime User
I believe I've followed the steps in Integrating Firebase Services but when I build my app I get the following error:

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').

The error seems to be related to a value in the Google Play Services Base part of the manifest.
 

Homerclese

Member
Licensed User
Longtime User
AndroidResources
AppCompat
BottomNavigation
Camera
Core
JavaObject
JSON
MaterialCircleProgress
MaterialDialogs
OKHTTPUtils2
Phone
RandomAccessFile
Reflection
SQL
TabStripViewPager
UltimateListView
ViewAnimations
ViewsEx
XMLLayoutBuilder
 
Upvote 0

Homerclese

Member
Licensed User
Longtime User
OK so the only Firebase Library I'm using right now is Analytics. I've added that and now I get more build errors:

Generating R file. Error
c:\android\extras\android\support\v7\appcompat\res\values\attrs.xml:28: error: Attribute "title" has already been defined
c:\android\extras\android\support\v7\appcompat\res\values\attrs.xml:29: error: Attribute "height" has already been defined
c:\android\extras\android\support\v7\appcompat\res\values\attrs.xml:31: error: Attribute "isLightTheme" has already been defined
c:\android\extras\android\support\v7\appcompat\res\values\attrs.xml:43: error: Attribute "windowActionBar" has already been defined
 
Upvote 0
Top