RainBow wrote:
> 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) ?

The Maps API key is tied to your key you use to sign the app. You cannot
change one without changing the other.

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

AFAIK, all the standard means still work (adb install, download from a
properly-configured Web site, put it on the SD card and use a File
Manager-style application to install it).

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

http://developer.android.com/guide/publishing/app-signing.html
http://developer.android.com/guide/publishing/versioning.html
http://developer.android.com/guide/publishing/preparing.html

Do what those pages tell you, and you will be fine.

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

Reply via email to