图像没有显示,上下文是通过适配器构造函数上的recycleView从活动传递的。错误码为:
com.bumptech.glide.Registry$NoModelLoaderAvailableException: Failed to find any ModelLoadersfor model: gs://my-data-7pt42.appspot.com/CompanyImages/aMBvmcvfh6RCwGn3n0WYCYY7Nxo1/log
我在我的活动中使用异步任务从server.The中获取数据,从服务器返回的数据是JSON format.The json数据中还包含一个图像URL值在它和图像被存储在server.Now中后,在doInBackground()方法中获取数据后,我存储了一个json对象并使用glide I从服务器获取图像来发送到onPostExecute() me