-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fatal Exception: java.lang.IncompatibleClassChangeError #7822
Comments
From the exception, it seems that it is an issue with your project setup. Could you share some details from the app gradle config? What minSdk are you targeting? Source compatibility? |
Thanks for the reply, here's what you are asking:
all crashes are on android 8, various brand |
Hi @alberto-cappellina. Sorry for the delay here. Are you still seeing this issue? From what I can find on related issues is that it is an issue with binary compatibility. It is hard to replicate unless we get some more details on the characteristics on the devices exhibiting this. Maybe you could try to use 10.15.0 or newer where we raised the minimal supported Java version to Java 11. |
Hi @rorbech and thanks for the answer! Yes sadly the issue is still present: the only characteristic that is recurring it is that all devices are android 8 based. I'll try to update realm version to the suggested one (at least) and i'll get back to you Thanks again, |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
Hi, we updated the realm plugin to
but i'm still seeing the same issue. Always and only on Android 8. Any idea? Any more detail needed? |
@alberto-cappellina can you reproduce it on an emulator or is device specific? Could you write a sample project that reproduces the issue? It would help massively tracking down it. |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
How frequently does the bug occur?
Sometimes
Description
Hi guys,
we released a newer version of our app and we are receiving some strange crash on crashlytics.
I can't understand which is the problem and - of course - it's not replicable, so i'm writing you to asking which one could be the cause of it
Stacktrace & log output
Can you reproduce the bug?
No
Reproduction Steps
No response
Version
io.realm:realm-gradle-plugin:10.11.1"
What Atlas App Services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
Android 8.0.0
Build environment
Android Studio version: Android Studio Electric Eel | 2022.1.1 Patch
Android Build Tools version: 34-rc4
Gradle version: 7.2.0
The text was updated successfully, but these errors were encountered: