I have used Android Studio's "Build" -> "Generate Signed APK..." -> "Generate Signed APK Wizard" to create a new keystore and sign an app that I want to publish to the Play Store. The problem I am having is I can't seem to locate the .keystore file I created... I need to be able to share the keystore with the other developers on my team. I have tried running find and locate commands in the terminal but the only thing that turns up is the debug.keystore... Does Android Studio hide the keystore file some place special? I set the Key Store Path to be "~/" on my mac, but again, when I go there, there are not .keystore files. How can I find it!?
Where can I find the private keystore file generated by the Android Studio "Generate Signed APK Wizard"?
Asked Answered
FIXED! Figured out that Android Studio stores generated keystores in the /Applications/Android Studio.app/bin/ directory. –
Groome
NOTE: Android Studio does not post fix the keystore file with ".keystore" so finding it may be a hard sometimes. –
Groome
The default extension used by Android Studio v0.3.2 seems to be .jks –
Rhonarhonchus
I could not find Android Studio.app folder in the Applications folder. –
Pod
© 2022 - 2024 — McMap. All rights reserved.