Hello guies,
I was working on key stores and found a bit tricky to locate the debug.keystore on ubuntu system so thought to share the details with you.
Follow the steps in order to locate the debug.keystore on ubuntu
1) Go to the home directory and then navigate to the users directory which is currently logged in.
EX.
cd Home/john
2) Hit ctrl + H this will show all the hidden files in that directory locate the .android file
3) In the root folder of .android you will find the debug.keystore.
Alternative
type the following command in the terminal window
find ~ -name "debug.keystore"
it will give you the location of the debug.keystore now just navigate to that window.
in case you don't find it may be cause its under hidden folder so you will have to show the parent hidden folder using ctrl + h key.
Do let me know in Comments if it helped you.
Happy coding.
0 Comment(s)