Quote:
Originally Posted by hawhill
Hi,
...
Probably you will want to run other kindlets too. In order to run kindlets signed with different keys, you will have to merge your keystores.
You can merge keystores by issuing the following command on your desktop (the keytool application must be in the path):
keytool -importkeystore -srckeystore developer-to-import.keystore -destkeystore developer.keystore
...
|
Can I ask which desktop and keytool application you use for merging keystores? I tried a Ubuntu keytool command, it has a quite different syntax, and it got me confused. Thanks.