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
Hi teams,
I had updated to latest appboy segment integration into 9.0.0, but after that, I got error this..
Caused by java.lang.AssertionError Could not create instance of e.e.a.p.a. java.lang.NoSuchMethodException: e.e.a.p$a.<init> [interface java.util.Map] com.segment.analytics.ValueMap.createValueMap (ValueMap.java:70) com.segment.analytics.ValueMap.coerceToValueMap (ValueMap.java:343) com.segment.analytics.ValueMap.getList (ValueMap.java:358) com.segment.analytics.Properties.products (Properties.java:366) com.segment.analytics.android.integrations.appboy.AppboyIntegration.track (AppboyIntegration.java:264)
on our gradle use segment version implementation('com.segment.analytics.android:analytics:4.7.0')
implementation('com.segment.analytics.android:analytics:4.7.0')
Do you know why?
By the way, this error only happen on release build
Thanks..
The text was updated successfully, but these errors were encountered:
After update segment version into 4.9.4, fix the issue. And found this segmentio/analytics-android#668
Sorry, something went wrong.
No branches or pull requests
Hi teams,
I had updated to latest appboy segment integration into 9.0.0, but after that, I got error this..
on our gradle use segment version
implementation('com.segment.analytics.android:analytics:4.7.0')
Do you know why?
By the way, this error only happen on release build
Thanks..
The text was updated successfully, but these errors were encountered: