Okay  reading Signing your apps

   Signing in Debug Mode

The Android build tools provide a debug signing mode that makes it easier for you to develop and debug your application, while still meeting the Android system requirement for signing your .apk. When using debug mode to build your app, the SDK tools invoke Keytool to automatically create a debug keystore and key. This debug key is then used to automatically sign the .apk, so you do not need to sign the package with your own key.

The SDK tools create the debug keystore/key with predetermined names/passwords:

 * Keystore name: "debug.keystore"
 * Keystore password: "android"
 * Key alias: "androiddebugkey"
 * Key password: "android"
 * CN: "CN=Android Debug,O=Android,C=US"


Where are these set ?
So that when you press the Debug/Run button it knows to input the password = android, and alias = androiddebugkey ?

Thanks



On 02/16/2012 09:24 AM, New Developer wrote:
Thanks
I'm trying to configure it to use the publish one for the Debug/Run AS the default

when I copy  publish.keystore   to  debug.keystore  I get
Error generating final archive: java.io.IOException: Keystore was tampered with, or password was incorrect

I'm guessing because debug.keystore has no password and the publish one does.

Somehow trying to keep using the publish.keystore but still do coding and testing using it. If I have different keystores then I have to continually uninstall the app because the keystore changes
Trying to get around this

Thanks in advance

On 02/15/2012 11:34 AM, TreKing wrote:
On Thu, Jan 26, 2012 at 7:17 AM, New Developer <[email protected] <mailto:[email protected]>> wrote:

    Is there anyway to link the publish.keystore to
          a) the Debug button / debug configuration


That's the default. When you hit Debug / Run, it uses the default debug keystore, or one of your choosing, if you so configure it.

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

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

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