Hi TreKing, Thanks for the response. After checking my application tag to see if "debuggable=true" was there I actually didn't have it in there, after putting it in I still can't get my map tiles to load on my device using my debug api key (I cleaned my project, uninstalled my app from the phone using settings to make sure the updated .apk file was being transferred).
Is it even possible to debug the map view on a device using a debug api key? I'm under the impression that it is as I didn't see anything in the Google instructions where it states that you need to use a release key to load map tiles on a device. Just so I understand your last comment about release mode: in order to switch to release mode, is taking out the "debuggable=true" all that is needed? Thanks, any help is greatly appreciated. On Aug 5, 12:36 am, TreKing <[email protected]> wrote: > On Thu, Aug 4, 2011 at 11:40 AM, Tonez <[email protected]> wrote: > > Can anyone shed some light as to what it is that I'm missing to get the > > mapView tiles to load on my device for testing? > > If you are still debugging ("debuggable = true") then that should work. If > you switched to release mode, you now need a separate key for your release / > signing certificate. > > --------------------------------------------------------------------------- > ---------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- 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

