当前位置: 首页>后端>正文

AAPT- aapt2.exe W 03-09 11-19-54 21152 12680 LoadedArsc.cpp-657] Unknown chunk type '200'. error-...

问题

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.


AAPT- aapt2.exe W 03-09 11-19-54 21152 12680 LoadedArsc.cpp-657] Unknown chunk type '200'. error-...,第1张
把两个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>

https://www.xamrdz.com/backend/38v1941346.html

相关文章: