美文网首页
AAPT: aapt2.exe W 03-09 11:19:54

AAPT: aapt2.exe W 03-09 11:19:54

作者: Rinaloving | 来源:发表于2024-03-08 11:24 被阅读0次

问题

AAPT: aapt2.exe W 03-09 11:19:54 21152 12680 LoadedArsc.cpp:657] Unknown chunk type '200'.
error: resource style/Theme.Material3.DayNight.NoActionBar (aka com.example.uninativedemo:style/Theme.Material3.DayNight.NoActionBar) not found.
error: resource style/Theme.Material3.DayNight.NoActionBar (aka com.example.uninativedemo:style/Theme.Material3.DayNight.NoActionBar) not found.
error: failed linking references.


image.png
把两个themes.xml 改了
<resources xmlns:tools="http://schemas.android.com/tools">
    <!-- Base application theme. -->
    <style name="Base.Theme.UniNativeDemo" parent="Theme.AppCompat">
        <!-- Customize your dark theme here. -->
        <!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
    </style>
</resources>

相关文章

网友评论

      本文标题:AAPT: aapt2.exe W 03-09 11:19:54

      本文链接:https://www.haomeiwen.com/subject/yngezdtx.html