Re: [android-developers] keystore files

2012-02-16 Thread Nikolay Elenkov
On Fri, Feb 17, 2012 at 12:56 AM, New Developer wrote: > true > But then each time  you have to delete all data files and uninstall in order > to switch  and then repeat this back again > to continue developing , it is this short        debug -> release   testing > release -> debug       period  t

Re: [android-developers] keystore files

2012-02-16 Thread New Developer
true But then each time you have to delete all data files and uninstall in order to switch and then repeat this back again to continue developing , it is this shortdebug -> release testing release -> debug period that I'm wanting to streamline without having to delete and u

Re: [android-developers] keystore files

2012-02-16 Thread Felix Long
Hi: Unless you change the DDMS plugin code。 I think this is hard code into these tools. 2012/2/16 New Developer > Thanks > Is it not possible to change the other way around? > so to change the debug parameters to not use android as the password > etc.. > surely this is stored somewhere ? so

Re: [android-developers] keystore files

2012-02-16 Thread TreKing
On Thu, Feb 16, 2012 at 8:24 AM, New Developer wrote: > If I have different keystores then I have to continually uninstall the app > because the keystore changes > Trying to get around this > Why? How frequently are you running your app in "release" mode that this is an issue? I expect that abou

Re: [android-developers] keystore files

2012-02-16 Thread New Developer
Thanks Is it not possible to change the other way around? so to change the debug parameters to not use android as the password etc.. surely this is stored somewhere ? so that it knows what password to pass ? thanks again On 02/16/2012 09:54 AM, Felix Long wrote: Hi: You need change the p

Re: [android-developers] keystore files

2012-02-16 Thread Felix Long
Hi: You need change the password of yout publlish key to "android" which same as debug.keystore: http://developer.android.com/guide/publishing/app-signing.html 2012/2/16 New Developer > Thanks > I'm trying to configure it to use the publish one for the Debug/Run AS > the default >

Re: [android-developers] keystore files

2012-02-16 Thread New Developer
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,

Re: [android-developers] keystore files

2012-02-16 Thread New Developer
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.keystor

Re: [android-developers] keystore files

2012-02-15 Thread TreKing
On Thu, Jan 26, 2012 at 7:17 AM, New Developer 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.

[android-developers] keystore files

2012-02-15 Thread New Developer
I now have two keystore files debug.keystore and publish.keystore with a password Is there anyway to link the publish.keystore to a) the Debug button / debug configuration and/or b) the Run button / run configuration Currently I have to export the project to create the signed