I'm trying to generate my fingerprint and it supposed to be here : ~/.android/debug.keystore
, but I don't have nothing there, although I can run my monodroid projects normally as well, so how can I find the debug.keystore file?
The default location is /Users/<username>/. android/debug. keystore . Go into Finder, navigate to your home directory, then press Command+Shift+G and in the pop-up type .
Inside Tasks, navigate to “android” and double click on the signing report option. After clicking on this option you will get to see the path for your debug. keystore file.
The default location is /Users/<username>/. android/debug. keystore.
The debug.keystore is in the folder that you say, but it's hidden so you can't see it on Finder.
Open a terminal and type:
cd ~/.android/ ls
If you could see the debug.keystore, that's the right folder. If you need to open in Finder, type in the same folder:
open .
Regards.
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