Re: [android-beginners] Google map tiles missing with adb install

2010-08-04 Thread TreKing
On Tue, Aug 3, 2010 at 8:26 PM, Bret Foreman bret.fore...@gmail.com wrote: If I export to an apk file and install it to the same phone from the command line (adb install path/ filename.apk) then the MapView shows the Google logo and the grid, but no map. Any ideas what might be going wrong?

[android-beginners] Google map tiles missing with adb install

2010-08-03 Thread Bret Foreman
If I run my application on a physical phone from within the SDK then the Google MapView works perfectly. If I export to an apk file and install it to the same phone from the command line (adb install path/ filename.apk) then the MapView shows the Google logo and the grid, but no map. Any ideas

Re: [android-beginners] Google map tiles missing with adb install

2010-08-03 Thread Mark Murphy
On Tue, Aug 3, 2010 at 9:26 PM, Bret Foreman bret.fore...@gmail.com wrote: If I run my application on a physical phone from within the SDK then the Google MapView works perfectly. What do you mean by from within the SDK? Do you mean from Eclipse? If I export to an apk file and install it to