我使用Android Studio 3.2
。当我清理/重建项目时,我在build
工具窗口中看到以下警告:
W/ResourceType( 6139): For resource 0x0101053d, entry index(1341) is beyond type entryCount(1155)
W/ResourceType( 6139): For resource 0x0101053e, entry index(1342) is beyond type entryCount(1155)
W/ResourceType( 6139): For resource 0x0101053b, entry index(1339) is beyond type entryCount(1155)
W/ResourceType( 6139): For resource 0x0101053c, entry index(1340) is beyond type entryCount(1155)
如您所见,没有任何要 check out 文件的地址。我也尝试使用Google并看到了this和this问题,但找不到任何对我有帮助的东西。我该如何解决这个问题?
最佳答案
我认为Itamar正确地指出了“...编译器没有将该软件包的资源正确链接到您的应用程序,因为它们打算用于不同的Android SDK版本...”
我遇到了同样的问题,但是按照AS的提示,我在这里找到了解决方案:https://chris.banes.me/2016/02/25/appcompat-vector/#enabling-the-flag
androidstudio screenshot