On Fri, Oct 12, 2012 at 7:11 PM, aek <[email protected]> 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 not have Internet access (at least to the Google Maps servers), or -- Your API key is wrong If your manifest is what is shown in your original post, your INTERNET permission seems fine, so your issue would appear to lie with one of the other two possibilities above. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

