-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
App crashes when trying to open clevertap inbox w/ v 7.0.1 #671
Comments
I think obfuscation is causing the issue since you have mentioned this issue happens only in the release builds. Some of the gradle versions have an issue reported where similar thing is seen https://issuetracker.google.com/issues/133457361 -> please make sure you are not on these versions/use the workarounds if this is the issue. You can check with these 2 things and see if things work for you? |
Thanks for the quick reply. I do have Upgrading gradle version doesn't help either, I have gradle-8.4, and upgrading to gradle-8.6 doesn't fix the issue. PLease let me know if you need more information from my side |
I found this thread in list of issues on media3 repo -> google/ExoPlayer#6801 Pointers from the thread : On a side note can you provide full build.gradle and possibly a min implementation to reproduce this issue, it seems to be stemming from media3 and packaging android bundle side and clevertap is merely the invocation site. Kindly try out these things and help me with more information about a minimum viable app to reproduce this issue. |
As mentioned in the ExoPLayer issue you share the problem is happening if generating signed builds.
gradle.properties:
build.gradle:
|
Trying to generate minimum implementation to reproduce the crash, I found out the issue is solved if I change the minSdk from |
Describe the bug
I've upgraded to v7.0.1, which doesn't have
Utils.haveVideoPlayerSupport
anymore, and the app crashes when I try to open the clevertap inbox.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The clevertap inbox should open as it does when I use older clevertapSdk version with
Utils.haveVideoPlayerSupport
set tofalse
Screenshots/Logs
Error stack trace:
Environment (please complete the following information):
Build #AI-233.14808.21.2331.11842104, built on May 15, 2024
Additional context
I made sure I have the same media3 version (1.1.1)
It only happens in release builds.
I have this set as compile options
If it's possible to add a way to disable Video player support, as there were in previous versions
haveVideoPlayerSupport
) it would be great but if there is a way to fix it supporting Video player it would be even better.Let me know if you need more info.
Thank you
The text was updated successfully, but these errors were encountered: