I know it is hard to be 100% certain, but his phrase, "I have both the debug key and production keys." was probably meant to imply that he knew this, and used the debug key for debug, and the production for the signed production app. But it is hard to be certain, because the very next sentence, "... but when I change the key to the production and export my app, I too > > get nothing but the grid. " does make it sound like he forgot to change to > > the production key when signing the production app.
On May 6, 9:09 am, Mark Murphy <[email protected]> wrote: > You need a separate Maps API key for the production signing key. > > > > On Fri, May 6, 2011 at 11:09 AM, wfilla <[email protected]> wrote: > > I have both the debug key and production keys. The debug works fine, > > but when I change the key to the production and export my app, I too > > get nothing but the grid. Anyone have any ideas why this would > > happen? > > > On Apr 7, 1:05 am, Stephan Wiesner <[email protected]> wrote: > >> You need to have two keys. The one shown looks like a production key? > >> Then it only works if you export your app. For development you need to > >> use your development cert file (see google docu). > > >> Sunny greetings from Zurich, > >> Stephan > > >> On Apr 5, 8:43 pm, BroOf <[email protected]> wrote: > > >> > I just included the Google Maps API into my project but I can't get it > >> > to work... > > >> > My debug.keystore is located in: > > >> > "C:\Users\<myusername>\.android" > > >> > I copied it to "E:\Android" and generated the MD5 fingerprint like > >> > this: > > >> > "C:\Program Files\Java\jdk1.6.0_24\bin>keytool.exe -list -alias > >> > androiddebugkey > >> > keystore "E:\Android\debug.keystore" -storepass android -keypass > >> > android" > > >> > This was the fingerprint I got (deleted the last 6 chars): > > >> > 7F:CA:45:08:3C:71:36:8F:7B:F5:93:24:13:XX:XX:XX > > >> > Then I built my apiKey on the official website. This is what I got > >> > (deleted the last 6 chars): > > >> > 0gIn_B6b3tH9UYB7Wl1AimWyQND7IdayPxxxxxx > > >> > In my "main.xml" I included the code for displaying the map: > > >> > <com.google.android.maps.MapView > >> > xmlns:android="http://schemas.android.com/apk/res/android" > >> > android:id="@+id/mapview" > >> > android:layout_width="fill_parent" > >> > android:layout_height="fill_parent" > >> > android:clickable="true" > >> > android:apiKey="0gIn_B6b3tH9UYB7Wl1AimWyQND7IdayPxxxxxx" > >> > /> > > >> > The permissions are set, too! But if I run my application it shows me > >> > an empty map (Only the grid is shown)! > >> > I tried it about 20 times without success. Any help here? > > > -- > > 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 > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > _Android Programming Tutorials_ Version 3.4 Available! -- 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

