I have a project made with HTML, CSS, JS, working well on desktop. It uses authentification on Google (OAuth) in order to use Google API, it connects on Google Drive.
Now i want to have my application on Android (With phonegap builder i can create the .apk.)
So i created a Google Account (Google Console API) and i chose:
Installed Application
Android
And then i need to generate the certificate's SHA-1 fingerprint but i don't have the debug.keystore file because i can't generate it by building the project (obviously it is a HTML, CSS, JS project so i can't compile it).
I searched for generate the debug.keystore with Eclipse but my project is not an Android project (i tried to convert its nature but it doesn't work), so i don't know how to generate it.
In conclusion: i need to generate the debug.keystore of my project in order to authentify my project on Google with the certificate's SHA-1 fingerprint.
Regards