Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 !!

like image 580
Regis_AG Avatar asked Aug 02 '11 17:08

Regis_AG


1 Answers

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

like image 117
Phil Avatar answered Oct 11 '22 06:10

Phil