AndroidRuntime: android.view.InflateException: Binary XML file line #17: Failed to resolve attribute at index 6:AndroidRuntime: Caused by: java.lang.UnsupportedOperationException: Failed to resolve attribute at index 6:
我得到的错误是: Caused by: java.lang.UnsupportedOperationException: Failed to resolve attribute at index 6:我设法调试了这个应用程序,并确定索引6对应于com.android.internal.R.styleable.TextAppearance_textColorLink以下是来自TextView.java
fd_list_most[i],fd_list_most[i]) 15
IndexError: index 6is out of bounds for axis 0 with size 6 这是来自一位导师的示例代码,它可以很好地处理他输入的数据,但不能处理我的数据。我可以看到我的索引长度有问题,但我不确定如何解决它。如果有任何帮助,我将不胜感激。我是一个初学者,所以我并不总是能理解更复杂的解决方案。