TextAppearance-对于资源{id},条目索引(x)超出类型entryCount(y)

时间:2019-04-22 11:08:11

标签: android android-app-bundle

启用应用程序捆绑包后,logcat始终显示此警告。 在运行配置http://prntscr.com/nf8em5

上启用了它

W / ResourceType:对于资源{id},条目索引(317)超出类型entryCount(163)

给定的ID会使用类似TextAppearance的样式

style.xml

<style name="TextAppearance.QuicsandRLight" parent="android:TextAppearance">
    <item name="fontPath">fonts/Quicksand-Light.ttf</item>
</style>

Android Studio 3.4 版本号AI-183.5429.30.34.5452501,建于2019年4月10日 JRE:1.8.0_152-release-1343-b01 x86_64 JVM:JetBrains s.r.o的OpenJDK 64位服务器VM macOS 10.13.6

classpath 'com.android.tools.build:gradle:3.4.0'

我检查了其他SO问题,但找不到与aab相关的任何内容。

WARN in logcat ResourceType: For resource ..., entry index(...) is beyond type entryCount(1) ResourceType For resource entry index is beyond type entryCount

谢谢!

0 个答案:

没有答案