Android Question Private Signkey

GMan

Well-Known Member
Licensed User
Longtime User
installed B4A on a new computer (the old one crashed the Harddisk).
I tried to import my old Signkey (saved to a file) to the settings, but that dont work an throws an error: invalid Keystore File.

Anyone a suggestion ?
 

GMan

Well-Known Member
Licensed User
Longtime User
Unrecognized Keystore Format

If i choose: "use anyway" then this appears:

B4X:
Error: keytool error: java.security.KeyStoreException: Unrecognized keystore format. Please load it with a specified type
java.security.KeyStoreException: Unrecognized keystore format. Please load it with a specified type
    at java.base/java.security.KeyStore.getInstance(KeyStore.java:1809)
    at java.base/java.security.KeyStore.getInstance(KeyStore.java:1680)
    at java.base/sun.security.tools.keytool.Main.doCommands(Main.java:936)
    at java.base/sun.security.tools.keytool.Main.run(Main.java:417)
    at java.base/sun.security.tools.keytool.Main.main(Main.java:410)
 
Upvote 0
Top