Jump to content

Build3999

Members
  • Content Count

    2
  • Joined

  • Last visited

  • Days Won

    1

Build3999 last won the day on November 5 2024

Build3999 had the most liked content!

Community Reputation

7 Neutral

About Build3999

  • Birthday 03/01/1985

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Build3999

    Android SDK versions for Android-32 bit

    @duzzell getCredentialAsync is part of Android Credential API, which is used to retrieve the user's available credentials and this error occurs if: There are missing *.jar/class component dependencies. Google Play Services are not present on the target device or are too old. The CredentialProvider or com.google.android.gms.version configuration is missing from the AndroidManifest.xml It is recommended to compile with API SDK >= 33, although it is compatible with previous targets. Regarding the SDK: By default, all paths in SDK Manager are the same for both Android 32-bit and Android 64-bit configurations. In the "API SDK Location" field, you will find the path to the Android API SDK (Android-32, Android-33, Android-34, etc.).
  2. Greetings to All!. I've built (TSignInWithGoogle) a basic component to integrate Google Sign-in into your Android app using Credential Manager, adhering to Google's most recent guidelines. I'll leave it here for anyone who might find it useful!. Here the link: https://github.com/MEStackCodes/SignInWithGoogleDelphi
×