Re: [android-developers] Re: map does not displaying in device

2011-08-07 Thread Ratheesh Valamchuzhy
hi TONEZ thanks for the guidence Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: map does not displaying in device

2011-08-05 Thread Tonez
Hi Ratheesh, I've been having the same problem, up until a few minutes ago when I sorted it out. The way in which I resolved this issue was by making sure the debuggable property of my application tag in AndroidManifest.xml is set to true - you can also do this by going to the Application tab in

Re: [android-developers] Re: map does not displaying in device

2011-08-05 Thread Nick Risaro
On Fri, Aug 5, 2011 at 6:59 AM, Tonez apires...@gmail.com wrote: Hi Ratheesh, I've been having the same problem, up until a few minutes ago when I sorted it out. The way in which I resolved this issue was by making sure the debuggable property of my application tag in AndroidManifest.xml

[android-developers] Re: map does not displaying in device

2011-08-05 Thread Tonez
Ratheesh didn't indicate if he's prepping his app for release, if he is then of-course, don't set the application's debuggable property to true. He can do so though if he's still testing, in my case it was the quickest way to accurately test my implementation for retrieving a users location. On