Recherches récentes
Pas de recherche récente
Updating Zendesk SDK to latest version causes build error in Android
Publication le 19 août 2022
I want to update zendesk SDK from 5.0.0 to 5.1.0 with this code:
But Android Studio gives this error when I try to sync the gradle:
implementation group: 'com.zendesk', name: 'support', version: '5.1.0'
java.lang.IllegalStateException: SimpleTypeImpl should not be created for error type: ErrorScope{Error scope for class <ERROR CLASS> with arguments: org.jetbrains.kotlin.types.IndexedParametersSubstitution@46f299d5}
[ERROR : ArrayList<SportEventCount>]
Do you have a solution for this ?
0
1
1 commentaire
Arnaud Joly
You can find the step to do so in our Getting help document.
I found a post online mentioning diverse solutions where they updated the Kotlin version, the IDE version, etc. which could possibly resolve the issue has well.
Hope that this helps!
0