Click here to Skip to main content
15,887,340 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i use google map in own project and when my project run, show google map logo but don't show street and marker..
i have this error ..


C#
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.




What I have tried:

i think error from api key.but how i fix it??
Posted
Updated 7-Dec-16 10:44am
Comments
Richard MacCutchan 7-Dec-16 4:25am    
This is not a programming problem, it is an issue of usage. Go back to Google and check that your usage key is correct, as notified in the error message.

1 solution

Seems like your code is expecting a "google_app_id" resource value in your projects strings.xml.

Check strings.xml, add resource value if it is missing.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900