Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android app google maps showing grey tiles and not map!

Tags:

I followed this guide here perfectly and have gone through it again but when I run the program on my google avd the page loads but only grey tiles appear and it doesn't show a map which it should.

Does anyone have any ideas?

Thanks

like image 606
Capsud Avatar asked Apr 14 '10 21:04

Capsud


People also ask

What do gray squares mean on Google Maps?

Sometimes when you scroll across a Google Map screen you'll see blocks of grey. Usually this occurs when the map is set to satellite view and the application struggles to load the data fast enough. However, sometimes this phenomenon occurs in map view if Google doesn't have access to the right data.

Why is my Google Maps icon grey?

When you're in Incognito mode, your profile picture will change to a gray icon showing the updated status, which means your trip won't be recorded in Google Maps or appear in your timeline history.

Why is My Maps app not showing the map?

You may need to update your Google Maps app, connect to a stronger Wi-Fi signal, recalibrate the app, or check your location services. You can also reinstall the Google Maps app if it isn't working, or simply restart your iPhone or Android phone.


1 Answers

I was facing the same issue a couple of days ago and figured out that something related to APK signing was acting weird. The solution was to set the “Custom debug keystore” setting (empty by default) to the same value as the “Default debug keystore” in the Eclipse preferences.

like image 96
Thilo-Alexander Ginkel Avatar answered Sep 25 '22 11:09

Thilo-Alexander Ginkel