Android/Eclipse: where can I find the /Users/USER_NAME/.android/debug.keystore folder?

Regis_AG picture Regis_AG · Aug 2, 2011 · Viewed 10.7k times · Source

To use the Google Maps API, I need to generate a debug API key. For this, I need to find the /Users/USER_NAME/.android/debug.keystore folder...but nothing on my Mac ! Do you know how to find this folder ???

Note that I run Eclipse on a Mac. I checked in Eclipse=>Preferences=>Android=>Debug that the default debug keystore is indeed /Users/USER_NAME/.android/debug.keystore but no way to find it.

Thanks !!

Answer

Phil picture Phil · Aug 2, 2011

Open the terminal and type cd ~/.android. Next, type open . and your Finder window will open displaying all the files there, including debug.keystore.