Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the default path of debug.keystore on Mac?

Tags:

android

I am a new Mac user. I searched everywhere for debug.keystore file, but no luck. Is it possible that eclipse can't create the file?

like image 918
Onuray Sahin Avatar asked Sep 23 '11 13:09

Onuray Sahin


People also ask

Where can I find debug keystore?

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.

How do I find my debug keystore password?

Usually the debug. keystore password is just "android". You can delete it and Eclipse will automatically generate a new one, as described here.

What is the debug keystore?

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.


1 Answers

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 .android - you'll see all files there.

like image 142
Aleks G Avatar answered Sep 28 '22 06:09

Aleks G