I am trying to run the default Google MAps application from Android Studio, I already have the API key. The problem is I am getting this error:
GoogleService failed to initialize, status: 10, Missing an expected resource: 'R.string.google_app_id' for initializing Google services. Possible causes are missing google-services.json or com.google.gms.google-services gradle plugin.
01-27 18:58:26.980 16757-16757/elbauldelprogramador.com.gpsqr E/GMPM: Scheduler not set. Not logging error/warn.
01-27 18:58:26.990 16757-16788/elbauldelprogramador.com.gpsqr E/GMPM: Uploading is not possible. App measurement disabled
I've checked this answer: GoogleService failed to initialize and have placed the json in app/, But still does not work.
The thing is The app runs correctly in an Sony Xperia Z1 and a Galaxy S II. But in my Huawei Honor 4x is not working.
Does somebody have any clue of what may be happening?