Rejecting re-init on previously-failed class java.lang.Class: java.lang.NoClassDefFoundError

前端 未结 6 1721
自闭症患者
自闭症患者 2020-12-24 10:30

I see an information log in my console that looks like an error. It is printed from \"art\", which is generally associated to memory but I need help understanding what it me

6条回答
  •  春和景丽
    2020-12-24 10:44

    I had the same error and crash. I tried Invalidate Cache and restart and also tried clearing my app data on the emulator. The key to fixing it was wiping the entire emulator's os and then the error and crash went away. It was never an issue on a real device.

提交回复
热议问题