Did you added the Internet and GPS permission on the manifest? something like: <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
On 18 jul, 23:57, kypriakos <[email protected]> wrote: > Hi, > > I tried the link below - in fact it is fairly similar to the > Professional > Android book example ;) > > The app starts fine and it does display a map grid but no map. I am > using > the google map api key assigned to my account for Android access to > the > maps. > > Any idea as to why this map shows up blank? > > Thanks again > > On Jul 16, 10:50 am, kypriakos <[email protected]> wrote: > > > > > > > > > Good link - thanks. > > > Have you tried building such Android projects using maven? > > > On Jul 16, 2:19 am, nageswara rao rajana <[email protected]> > > wrote: > > > > try this link > > > > http://marakana.com/forums/android/examples/311.html -- 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

