java - google_app_id missing and Google services failed to inittialize -


i've imported project desktop built , runnig. when try in computer,it giving me below errors. google app id mean? might cause such type of errors. in advance.

logcat:

 02-08 13:14:46.328 23043-23043/ e/gmpm: googleservice failed initialize, status: 10, missing expected resource: 'r.string.google_app_id' initializing google services.  possible causes missing google-services.json or com.google.gms.google-services gradle plugin. 02-08 13:14:46.328 23043-23043/ e/gmpm: scheduler not set. not logging error/warn. 02-08 13:14:46.358 23043-23073/ e/gmpm: uploading not possible. app measurement disabled 02-08 13:14:46.500 23043-23043/e/f: no account id 

may forgot add

apply plugin: 'com.google.gms.google-services' 

to bottom of build.gradle.

and can more info @ https://firebase.google.com/docs/android/setup


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -