program has stoped when i click image to fitchs data from firebase

-1

I Implemented application using android studio , I am trying to test drawer menu, using firebase to fetch images form there by categories it , each image in the main activity intent to different activity having some description about it . the problem when i click on it , program is closed . i traced it i found this error .

this = 'this' is not available the source code dose not match the byte code

logcat:

2019-07-25 15:15:16.477 26248-26266/com.example.android.testdrawer E/zygote64: Failed to read JT_BOOLEAN local from register v4 at DEX pc 0x0000014e in method void com.android.internal.os.ZygoteInit.main(java.lang.String[])
2019-07-25 15:15:16.507 26248-26266/com.example.android.testdrawer E/zygote64: Failed to read JT_BOOLEAN local from register v4 at DEX pc 0x0000014e in method void com.android.internal.os.ZygoteInit.main(java.lang.String[])
2019-07-25 15:15:16.509 26248-26266/com.example.android.testdrawer E/zygote64: Failed to read JT_INT local from register v7 at DEX pc 0x0000014e in method void com.android.internal.os.ZygoteInit.main(java.lang.String[])

https://github.com/lodi2001/testdawer.git

source code

enter image description here

java
android
asked on Stack Overflow Jul 25, 2019 by Lodi Moh • edited Jul 25, 2019 by Kapil

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0