当我在Android 8.0中使用我的应用程序时,它会崩溃。这是日志:
android.view.InflateException: Binary XML file line #7: Binary XML file line #7: Error inflating class com.**.**.XListView
android.view.InflateException: Binary XML file line #7: Error inflating class com.****
java.lang.ClassNotFoundException: Can't find class com.****. installed bundles
***被我隐藏了。
XListView
是一个扩展ListView
的用户定义视图。
但是当我在较低版本上使用该应用程序时,如Android 7.1,7.0,6.0,5.0 ......它可以正常工作。
我该怎么做才能解决它?