在线观看不卡亚洲电影_亚洲妓女99综合网_91青青青亚洲娱乐在线观看_日韩无码高清综合久久

鍍金池/ 問答/Android/ android 跟網上學沉浸式 添加到values-v19之后就報錯了

android 跟網上學沉浸式 添加到values-v19之后就報錯了

添加到values-v19:

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="TranslucentTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <item name="android:windowTranslucentStatus">true</item>
        <item name="android:windowTranslucentNavigation">true</item>
    </style>
</resources>

Error:Execution failed for task ':app:mergeDebugResources'.

D:AndroidDatademoTuMusicappsrcmainresvalues-v19styles.xml:
Error: In DataSet 'main', no data file for changedFile.
This is an internal error in the incremental builds code;
to work around it, try doing a full clean build.

我改用了StatusBarUtil

回答
編輯回答
浪蕩不羈

我改用了StatusBarUtil

2018年6月21日 07:13