We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting the below error when building the app with target android version Android 11 (API Level 30 - R)
Java.Lang.IllegalStateException: Expected Android API level 21+ but was 31
This error is appearing on android phones running on android 12 operating system when calling Intercom.Initialize method
Intercom.Initialize
The text was updated successfully, but these errors were encountered:
It does make sense as the binding was generated for Android 11 and below on a specific version. We did not test yet on Android 12 :)
Sorry, something went wrong.
I used another library. Thank you
No branches or pull requests
I am getting the below error when building the app with target android version Android 11 (API Level 30 - R)
Java.Lang.IllegalStateException: Expected Android API level 21+ but was 31
This error is appearing on android phones running on android 12 operating system when calling
Intercom.Initialize
methodThe text was updated successfully, but these errors were encountered: