问题
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.
把两个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>