Jump to content

Search the Community

Showing results for tags 'sdkversion'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Delphi Questions and Answers
    • Algorithms, Data Structures and Class Design
    • VCL
    • FMX
    • RTL and Delphi Object Pascal
    • Databases
    • Network, Cloud and Web
    • Windows API
    • Cross-platform
    • Delphi IDE and APIs
    • General Help
    • Delphi Third-Party
  • C++Builder Questions and Answers
    • General Help
  • General Discussions
    • Embarcadero Lounge
    • Tips / Blogs / Tutorials / Videos
    • Job Opportunities / Coder for Hire
    • I made this
  • Software Development
    • Project Planning and -Management
    • Software Testing and Quality Assurance
  • Community
    • Community Management

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Delphi-Version

Found 1 result

  1. Hello I'm using Delphi 12.0 to build an Android app. I'd like to use a component that requires Android SDK 33/34. The component runs as expected on Android-64. But on Android-32 I get the following error when loading the component: OnSignInException exception: getCredentialAsync no provider dependencies found - please ensure the desired provider dependencies are added I've added the dependencies (.jar files) to both the 32-bit and 64-bit Android configurations in Delphi. There's an issue in Delphi where it seems identical libraries added to both Android configurations are disaplyed in only one. So I've removed the .jar files from both configs and added them back to just the 32-bit config. The component still generates the error on Android-32. Is this an SDK version issue? Below is screenshot of my SDK manager. It looks to me like I'm running Android 35 for 64-bit but Android 25 for 32-bit. Am I interpreting this correctly (the version displayed in my SDK\platforms folder is android-34)? Is there an Android SDK 34 or higher for Android-32? I've exported and compared my Android-32 and Android-64 cofigs. They are very similar and contain nothing that would suggest to me they result in different SDK versions for the two platforms. The posts I find online refer to Android SDK versions without distinguising between Android-32 and Android-64, as if they're always the same. So I'm kind of surprised and confused that I have this situation in the first place. If there is an Android SDK 33 or higher for Android-32, and it can be successfully intalled in Delphi, can someone point me to instructions for doing this? Thanks
×