On Dec 22, 1:58 am, ezamur <[email protected]> wrote: > Hello, everybody > > I am trying to setup a CI environment for my android application. Just > when I thought I am doing good, a problem came up. Although my project > builds from the command line, it doesn't when the build is triggered > by Hudson. > The error message is: Failure > [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES]
What exactly does your build do? > > I guess that my application is signed with different key than my test > application (the "android-app-test" project), but I don't understand > how is that happening because I am not using any key store but the > default one - debug key store. The debug store is created automatically, so if you do this on a different machine you will get a new key and certificate. Copy $HOME/.android/ debug.keystore on all machines you use for development to make your life easier. HTH -- 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

