Re: [android-developers] Android app google maps showing grey tiles and not map!

2012-10-15 Thread Android2ee
And remember you need to register your app in googlemap Service for your debug and your prod keystore. The debug keystore is under #user/android/debug.keystore or something like that. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

Re: [android-developers] Android app google maps showing grey tiles and not map!

2012-10-15 Thread Marina Cuello
If you're using the emulator you must remember to choose a "Google APIs" as a target for your AVD. Marina On Fri, Oct 12, 2012 at 8:11 PM, aek wrote: > > > Hi there, > > I wrote this snippet of program to illustrate google map example, the pb > that happens is tha the google map shows up but

Re: [android-developers] Android app google maps showing grey tiles and not map!

2012-10-12 Thread Mark Murphy
On Fri, Oct 12, 2012 at 7:11 PM, aek wrote: > I wrote this snippet of program to illustrate google map example, the pb > that happens is tha the google map shows up but empty (only tiles and no > map)! Either: -- You did not request the INTERNET permission, or -- Your device or emulator does n

[android-developers] Android app google maps showing grey tiles and not map!

2012-10-12 Thread aek
Hi there, I wrote this snippet of program to illustrate google map example, the pb that happens is tha the google map shows up but empty (only tiles and no map)! any help, here is my pg thanks in advance -