-
Notifications
You must be signed in to change notification settings - Fork 399
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
Crash in Android Devices #344
Comments
There doesn't appear to be the actual exception in this report; do you mind attaching that? We don't have Android experience among the maintainers, so it's entirely possible we have some loading bug that specific to that environment. A quick internet search seems to yield and incorrect signature? That seems strange. |
Hi @Capstan, thank you for your answer. |
My guess is that it is https://source.android.com/security/apksigning#v1 |
I'm not sure. Android signatures are independent of Jars at this point and just some devices got the error. Most of them work correctly. As the stack trace suggests, maybe we are missing some config in the library jar. I have more information about
Does It makes sense? To be honest, I think this can be something related to |
The .jars from maven central don't contain a I'm not sure how your jars have the extra file in the jar, or how they are signed such that the extra file invalidates the signature. |
Hi, first of all, thanks for developing this library. 🤘
I have some crashes on my android application and don't know what can be. So I opened this issue. Do you have any idea what can be? There is some recommendation for this problem?
Library Version: 2.2.13
Most affected Android Devices: Samsung J7
Most affected Android Version: Android 6 and 8
The problem:
Full Stack trace:
Partial Stack trace:
Seems like the library can not found
draftv4
file specification in the devices with the problem, but the package is configured inbuild.gradle
and the file is present on jar from resources:The text was updated successfully, but these errors were encountered: