debug.keystore on Mac to generate hash

0

I need to generate the hash of my Mac to add to Facebook and be able to continue the application that I am developing, where you need the login. I've run the command in several places but when I put the app inside developers.facebook and run my application, it returns that the key is invalid.

One thing I noticed is that in many posts, they tell you to run the debug.keystore (usually in users / .android).

On my Mac there is no such directory, much less debug.keystore. I'm using Android Studio.

Does anyone know any other valid way?

    
asked by anonymous 07.01.2015 / 21:38

1 answer

1

The .Android directory together with debug.keystore were hidden on my Mac.

I ran the defaults write com.apple.finder AppleShowAllFiles -bool true command on the terminal and restarted the Finder .

After that, the directory was displayed and I was able to do what I wanted.

    
09.01.2015 / 02:51