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 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?

If you are signing the APK with a different key (e.g., production
key), you need a different Maps API key to match.

The no-tiles symptom usually means one of the following:

-- you don't have an API key that matches the signing key

-- you don't have the INTERNET permission

-- your device/emulator does not have connectivity to the Internet
(e.g., airplane mode)

-- you are experiencing a tear in the fabric of space-time, and have
not recently looked out the window to notice that the world around you
is now a gray grid, and that in the distance the theme music to The
Twilight Zone is playing softly :-)

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Development Wiki: http://wiki.andmob.org

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

ATTENTION: Android-Beginners will be permanently disabled on August 9 2010. For 
more information about this change, please read [http://goo.gl/xkfl] or visit 
the Group home page.

Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to