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 !!
Open the terminal and type
cd ~/.android. Next, typeopen .and yourFinderwindow will open displaying all the files there, includingdebug.keystore.