Open UelitonFreitas opened 4 years ago
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.
I updated the issue with all information that I have. I am having this problem only on some devices.
I search for similar errors on the internet too without progress and sadly also I can't reproduce the problem on my devices.
Do you have any idea what does this incorrect signature
means?
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 SecurityException
:
Caused by java.lang.SecurityException
cannot verify signature block file META-INF/BNDLTOOL
Does It makes sense?
To be honest, I think this can be something related to URL
implementation. It can be different for each Android API version/ Fabricant.
The .jars from maven central don't contain a META-INF/BNDLTOOL
file in them and are not signed Jars, but rather just have .asc files per the central repository requirements.
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: