Current location - Quotes Website - Personality signature - How to modify the default android signature file debug.keystore in vs20 15?
How to modify the default android signature file debug.keystore in vs20 15?
1.

Copy your release key

2.

Change the alias of this item to: androiddebugkey.

3.

Modify the storepasswd of this item.

and

Keypasswd is "Android"

(Actually, the alias of the default generated key debug.keystore is "androiddebugkey" and the two passwords are "android").

The commands executed in the command window are as follows:

Key tool

-Change alias

-Keystore

mykeystore.keystore

-Alias

[Old]

Alias]

-Destaglias

androiddebugkey

Key tool

-keypasswd

-keystore

mykeystore.keystore

-Alias

androiddebugkey

Key tool

-storepasswd

-keystore

mykeystore.keystore

When modifying, you need to know the alias of the original publishing key. You can view aliases by the following command:

Key tool

-List

-v

-keystore

mykeystore.keystore

4.

Set eclipse-& gt;; windows-& gt; Preferences-> Android-& gt; Customization in construction

The keystore is your key file. After the setting is completed, you can see that the sha 1 value of this key is the same as the sha 1 value of the published key.

5.

Copy this key to a colleague's machine and set customization.

The keystore of this key