Error publishing apk in play store, SHA1 certificates are different

0

Recently I received an email from Google saying that there was now support for buying apps in Reais and that I should migrate my developer account. I followed the steps as described in the email and all my apps were migrated to my new developer account.

However, when I uploaded a new apk using the same key I've always used, I'm getting a message that the SHA1 certificate is different. I've already backed up my key and the same error still occurs.

Some things have changed since the last apk I had loaded.

  • Eclipse Version (I'm currently using Luna Release 4.4.0) Build id: 20140612-0600)
  • My Developer account
  • I added android-support-v7-appcompat to my project (I followed the google developer's own tutorial)
  • asked by anonymous 30.11.2014 / 15:40

    1 answer

    1

    You need to solve two things:

    1 - Change all the names of the Packages of your project and if possible the name of the project in mainfest xml

    2 - Generate a new Key

    Isso é chato, mas resolve!
    
        
    31.12.2014 / 01:58