Hi Mark, Thanks for the quick reply. :-)
No, I have not signed it using the Jarsigner...I simply wanted to test the Map "first" before I sign the application. Or, is it needed to sign the application with Jarsigner to test any new generated key (debug/release) ? Another question which I could not get the answer on Internet (and rather dumb question): If I do generate a properly signed application, how do I put it on my G-phone ? I read that I need to remove debuggable=true and also need to change settings on phone (settings- >development) that says: when connected, use as debug. So, how will I transfer the signed application on device? Basically, what are alternatives for something like _DEBUG compiler switch (C/C+ +) in Java? Lastly, what exactly it means (in Java) when we say "build for release" -- like I said, there is no _DEBUG switch so can't really use #ifdef _DEBUG stuff. Sorry for some fundamentals questions here but I really tried for over 10 hours now with no luck... :-( On Aug 30, 7:18 am, Mark Murphy <[email protected]> wrote: > RainBow wrote: > > Both commands worked fine with no errors. Google servers are happily > > giving the fingerprint for generated key...but when fed to MapViews > > (there are two MapViews in my application), the Map just refuses to be > > displayed. > > Did you sign your application with the key you generated via keytool, > and test that signature via jarsigner? > > http://developer.android.com/guide/publishing/app-signing.html#signapp > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > Need help for your Android OSS project?http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

