Glide assert: java.lang.IllegalArgumentException: You must call this method on the main thread
问题 Has anyone used Glide to fetch images from a background thread? I keep getting this assert: java.lang.IllegalArgumentException: You must call this method on the main thread but according to this thread, it should work: https://github.com/bumptech/glide/issues/310 Yet, I cannot get it to work, unless I call it from the main thread. Here's is what I am trying to do from the main thread: Glide.get(mContext); loadUserImage(userImageUrl); // wait 5 seconds before trying again int