Does Android Studio sign debug builds? If so, where is the keystore it uses to do it?
The default keystore file: debug. keystore is present in the folder . android which is usually located in the default home folder of your operating system of the user who installed that Android SDK.
A debug keystore which is used to sign an Android app during development needs a specific alias and password combination as dictated by Google. To create a debug keystore, use: $ keytool -genkey -v -keystore debug.
Usually the debug. keystore password is just "android". You can delete it and Eclipse will automatically generate a new one, as described here.
It is at the same location: ~/.android/debug.keystore
If you use Windows, probably the location is like this:
C:\User\YourUser\.android\debug.keystore
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With