Use Custom debug keystore for Android
Sometimes a key store SH1 value is required when a third-party API is used. For example, if a Baidu map API is used for collaborative development, all Eclipse needs to use the same keystore.
As shown in:
Note that the custom keystore name must be debug. keystore. Otherwise, a message is reported. <Strong? Http: www.bkjia.com kf ware vc "target =" _ blank "class =" keylink "> Export/export + DNrKGjPGJyIC8 + export/Cw/zB7tDQo7o8L3A + PHA + PHByZSBjbGFzcz0 = "brush: java;"> keytool-genkey-v-keystore debug. keystore-alias androiddebugkey-storepass android-keypass android-keyalg RSA-validity 14000 the information is mainly:
Keystore name: "debug. keystore"
Keystore password: "android"
Key alias: "androiddebugkey"
Key password: "android"
CN: "CN = Android Debug, O = Android, C = US"
Make sure that the above information is the same. You can use it to generate a keystore.