这个真的不知道怎么解释。。。
http://crashes.to/s/69f1e7da266
Fatal Exception android.view.InflateException
Binary XML file line #26: Error inflating class com.android.internal.app.AlertController$RecycleListView
似乎与代码无关,android/设备碎片相关,知道如何防止这种情况吗?
这个真的不知道怎么解释。。。
http://crashes.to/s/69f1e7da266
Fatal Exception android.view.InflateException
Binary XML file line #26: Error inflating class com.android.internal.app.AlertController$RecycleListView
似乎与代码无关,android/设备碎片相关,知道如何防止这种情况吗?
好像又被扔了几次。如果你向下滚动你会发现
由 java.io.FileNotFoundException
res/drawable-hdpi/scrollbar_handle_vertical.9.png引起
至
由 android.content.res.Resources$NotFoundException 引起的
文件 res/drawable-hdpi/scrollbar_handle_vertical.9.png 来自可绘制资源 ID #0x0
看起来 apk 可能已安装在可移动存储上,在尝试检索可绘制对象之前变得不可用。要检查这一点,您需要注册意图或偶尔检查 sd 卡的状态。
根据您的应用程序的大小,您可能能够缓存一些所需的资源以防万一。
Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE
Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
Environment.getExternelStorageState()