I am developing an Android project. I am doing Facebook Login Integration. I have never published an apk on Playstore yet. Never released an official apk yet. Now I am having problem with Facebook integration now. The problem is creating Facebook hash key.
I am following this link,How to create Android Facebook Key Hash? to generate Facebook Hash Key . Other links I found also just showing same solution. It requires debug.keystore path. So I tried to generate it from Android Studio. I am using Android Studio version 1.4. I tried the following ways and I still do not get debug.keystore to generate Facebook Hash Key.
I generate Signed APK in debug mode as follow
I opened the folded after successful operation. But only jks file exists in folder and there is no debug.keystore. I searched other solutions and I found this link,Where is debug.keystore in Android Studio and followed it.
As you can see, I named the storefile name as debug.keystore and clicked ok. All credentials are just the same as first way and folder same as well. But when I open folder, there is no debug.keystore file. Then I tried to run my project still working or not. It gave me error and I renamed the keystore file name from debug.keystore to jks file name that I created in the first way. So why debug.keystore file is not generated, and how can I generate it?