Download and install:
Only versions
e
ord
DO NOT USEk
- Navigate to
C:\Program Files (x86)\Java\jre7\bin
- Generate the hash
keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%\.android\debug.keystore | "C:\openssl\bin\openssl.exe" sha1 -binary | "C:\openssl\bin\openssl.exe" base64
password: android (default if you didn't change it in the past)
Then copy the key printed at terminal and past it on Facebook APP config section
- Go to PhoneGap Build
- Click on your profile photo >
Edit Account
>Signing Keys
- Under
Android
>add key
- Choose the debug.keystroke at
%HOMEPATH%\.android\debug.keystore
- Put the pasword you used before (i.e.
android
) - Compile [In Debug mode] your app selecting the key you've just added