Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available

后端 未结 11 1359
粉色の甜心
粉色の甜心 2020-12-14 09:54

I tried using OkHttp and Picasso (following this answer) for disk caching of images that I was downloading from Firebase storage. Now, the app gives exceptions and crashes.

11条回答
  •  余生分开走
    2020-12-14 10:36

    My Code way compiling well on the device using USB cable, but when I was trying to install it using *.apk file it was breaking, so I unchecked the option File -> Settings -> Build, Execution, Deployment -> Instant Run, but now its working fine with *.apk file and starting breaking with USB install, the error message is in the attachec image, even if I press OK it doesn't work, when I try yo install it again the same error message appears.

提交回复
热议问题