I made an app that shows Google map.
First question:
Everything works fine in my app, but I see this error in logCat part every time that I run the app on my tablet,
E/GooglePlayServicesUtil(566): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
Why does it give me this error?
Second question:
I want to understand why it must connect to internet for loading Google map page? if I want it work offline, what do I do ? and how can I make app that shows Google map page in offline way?