我遇到了一些问题,我收到了错误
I / AppCompatViewInflater:app:主题现已弃用。请转到 使用android:theme代替。
但是我的xml没有使用app:theme
我的styles.xml有
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/color_orange</item>
<item name="colorPrimaryDark">@color/color_orange</item>
<item name="colorAccent">@color/color_orange</item>
</style>
</resources>
我不知道错误,如何解决它