HELP! Where is the debug keystore located For B4A?

sally3599

Member
Licensed User
Longtime User
Create a Client ID of Google OAuth 2.0 for Installed application on Android, it needs to run the Keytool command to generate the signing certificate's SHA-1 fingerprint first.

https://developers.google.com/console/help/#installed_applications

So what's the "path-to-debug-or-production-keystore" for B4A?

B4X:
keytool -exportcert -alias androiddebugkey -keystore path-to-debug-or-production-keystore -list -v

Any help will be appreciate it.
 
Top