Problem running my signed, release keystore in Eclipse

后端 未结 5 1505
忘了有多久
忘了有多久 2021-01-04 10:37

I am unable to run my signed, release keystore in Eclipse:

I get the error:

Keystore was tampered with, or password was incorrect

H

5条回答
  •  青春惊慌失措
    2021-01-04 11:17

    In Windows->Preferences->Android->Build you can just change your DEBUG KEYSTORE. The Keystore you specify there, is not for signing an app for release, but just for debugging.

    Like the default debug keystore, the custom debug keystore needs to have the following:

    Keystore password: "android"
    Key alias: "androiddebugkey"
    Key password: "android"
    

    Except for the name of the keystore itself, information about the organizational units and the key behind the alias, all data have to be same as the default debug keystore

提交回复
热议问题