Building for Android
Minimum API Level
Make sure that the minimum API Level is set to Android 10 API Level 29 in your settings.Dependencies
The ZBDSDK in Android requires a few dependenices to be installed. To make this as smooth as possible we included theExternal Dependency Manager in the package. This should automatically install the dependencies and deal with any duplicate classes.
However, you may need to manually resolve the dependencies by going to:
If during the build process you get build errors, specifically mentioning duplicate classes you may need to go to
Building for iOS
Target Minimum iOS Version
Make sure that theTarget Minimum iOS Version is set to at least 13 in your settings.