Search code examples
androidandroid-studiocertificatealiassign

How to delete Key Alias in android studio?


I was testing app sign in android studio 4 and want to delete some test key alias from the list but there is no option.

Should I use some command or delete files?

enter image description here


Solution

  • You could open the key store via some third party tools(Keystore explorer download), and delete unwanted key.

    To delete the Key alias previously selected, you just enter the box and press backspace.

    enter image description here