Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why it shows error "failed to create keystore " in android studio?This is happening when I create a keystore for signed apk

Why it showing failed to create keystore?

I tried alot but not working. I entered all correct information but it working.

like image 335
akhil Avatar asked Sep 14 '25 11:09

akhil


1 Answers

This happened to me when I used a comma in my Organization name. For example, if you try Company, Inc it will fail. I removed the comma and it worked after that fine. I believe this is a bug in the tool and that the comma just needs to be escaped.

like image 160
Matt Wolfe Avatar answered Sep 16 '25 02:09

Matt Wolfe