You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
On Android 9 and some distributions of 8.1 you get a NoClassDefinition exception at start for some HTTP class.
This happens when uservoice sdk is trying to access some remote resource. The HTTP class was removed from the google JDK implementation (as it is probably deprecated)
On Android 9 and some distributions of 8.1 you get a NoClassDefinition exception at start for some HTTP class.
This happens when uservoice sdk is trying to access some remote resource. The HTTP class was removed from the google JDK implementation (as it is probably deprecated)
TEMPORARY FIX
The fix is to add
to your manifest files (i added them to the sdk as well as to the app (i'm not sure which one fixes the issue, but it works this way).
Please check this and remove the dependency to HTTP class. It crashes on any Android 9 AVD so you can easily reproduce this.
The text was updated successfully, but these errors were encountered: