我一直在使用適配器中的Glide,其中我將Activity上下文從Activity類傳遞給了我的片段(視圖在片段中)。當用戶在關閉後嘗試重新啓動時,我檢查了大約30臺設備和3-5臺設備中的應用程序崩潰。可能是什麼原因以及如何處理這個異常? 我不想在Glide中使用Applicationcontext,因爲這將保持滑翔資源。有沒有其他解決方法? logcat的 jav
我現在面臨的問題與滑翔 You cannot start a load for a destroyed activity
我沒有看到這個崩潰我只是報道說發生這種情況,那麼我檢查了我的代碼,我看到了我寫的: public static void setImageWithGlide(Context context, String imageUrl, ImageView imageView) {
當我試圖將上傳的圖片加載到我的主頁的導航標題中時,該應用會出現錯誤。 錯誤: FATAL EXCEPTION: main Process: com.example.cqaai.tutorpal, PID: 23741 java.lang.IllegalArgumentException: You must pass in a non null View
at com.bumptech.glide