[android-developers] Re: MapView does not work in HTC Hero

2010-05-05 Thread SREEHARI
Hi I also tried the same google map application with overlays. For me it s working fine in emulator and in nexus one with the same KEY. Regards, SREEHARI -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: MapView does not work in HTC Hero

2010-05-05 Thread Reiny Song
Dear Albion and Turchenko, Thank you for your recommand, and the mapview works well after changing the api-key. Reiny 2010/5/4 Paul Turchenko paul.turche...@gmail.com Make sure you use different mapApi keys for emulator and real device because it seems that you've obtained certificatie for

Re: [android-developers] Re: MapView does not work in HTC Hero

2010-05-03 Thread Reiny Song
thank you for your reply, I am sure that I exported the signed application. I have checked the application with the jarsigner in command line (Windows XP), and the result is jar verified I have no idea about my problem so far... 2010/5/1 javame_android su...@softwebsolutions.com Hi, Did

[android-developers] Re: MapView does not work in HTC Hero

2010-05-03 Thread Nicholas Albion
Do you have a Google maps API key that coresponds to MD5 certificate fingerprint used to sign the app? http://code.google.com/android/add-ons/google-apis/mapkey.html http://code.google. com/android/maps-api-signup.html -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: MapView does not work in HTC Hero

2010-05-03 Thread Paul Turchenko
Make sure you use different mapApi keys for emulator and real device because it seems that you've obtained certificatie for debug keystore only. On May 1, 7:17 am, Reiny Song reiny.s...@gmail.com wrote: Hello, I have a MapView (in MapActivity), and it works in my simulator. The google map

[android-developers] Re: MapView does not work in HTC Hero

2010-04-30 Thread javame_android
Hi, Did you signed your application? MapView won't even display in another simulator on other system if its not signed in the release mode. I am not sure but please make sure that it is signed and check whether it helps. Regards Sunil -- You received this message because you are subscribed