- What is the BlackBerry Dynamics SDK?
- Requirements and support for platform-specific features
- Steps to get started with the BlackBerry Dynamics SDK
- Implementing Play Integrity attestation for BlackBerry Dynamics apps
- About the BlackBerry Dynamics SDK for Microsoft.Maui
- Sample apps
- Testing and troubleshooting
- Deploying your BlackBerry Dynamics app
- Deploying certificates to BlackBerry Dynamics apps
- BlackBerry Docs
- BlackBerry Dynamics Bindings for Microsoft.Android 12.1
- BlackBerry Dynamics Bindings for Microsoft.Android Development Guide
- Testing and troubleshooting
- Disable ARM v8 to avoid potential issues
Disable ARM v8 to avoid potential issues
To avoid potential issues, it is a best practice to disable ARM v8 in
Android
builds.- InProject Options > Android Build > General, clearUse shared Mono runtime.
- InProject Options > Android Build > Advanced > Supported ABIs, cleararm64-v8a.
- Save the changes.