Java.Lang.Throwable in Mono for Android

时间:2012-01-12 20:08:15

标签: android mono

该应用程序我正在制作用于朋友列表的下载头像。缓存这些头像是为了将来加载它们更快。我创建的缓存正在运行,但它会引发一些异常:

Enqueued image (0) threads: 1
Error loading image: Exception of type 'Java.Lang.Throwable' was thrown.
Enqueued image (0) threads: 1
Error loading image: Exception of type 'Java.Lang.Throwable' was thrown.
Enqueued image (0) threads: 1
Error loading image: Exception of type 'Java.Lang.Throwable' was thrown.

缓存确实有效,但我仍然希望解决这个问题。

我正在使用Mono for Android,可以查看代码here

1 个答案:

答案 0 :(得分:0)

因此,事实证明异常被抛出,因为下载URL不正确。例外可能更具描述性。我会联系Xamarin并询问它是否应该是一个适当的例外。