Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error Message in the android Logcat

Whenever i load my app i get this weird Logcat message, which doesnt result into a crash but still worries me.

I have looked into different forums and found out that Dex is the code on which java runs. I still dont know why I get this message.

Does someone know what this error message is all about and how I can fix it?

07-11 13:53:53.277 19014-19075/com.example.abba.everythingright E/zygote64: Dex checksum does not match for dex: /data/data/com.example.abba.everythingright/files/instant-run/dex-temp/reload0x0000.dex.Expected: 1564265601, actual: 2911718928

like image 769
Christian X Avatar asked Dec 03 '25 23:12

Christian X


1 Answers

This caused by development tool called Instant Run.
You won't see that in your release builds.
If this error keeps bothering, you can disable Instant Run in Android Studio's settings.

like image 173
Alex Lipov Avatar answered Dec 06 '25 15:12

Alex Lipov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!