android-编译错误-AGPBI

2019-07-17  本文已影响0人  河马过河
AGPBI: {"kind":"error","text":"error: resource drawable/shape_video_edit_item (aka com.screenrecorder.recorder.editor:drawable/shape_video_edit_item) not found.","sources":[{"file":"D:\\productSVN\\VRecorder_Variant\\X-VideoEditorOpenGL-SVN7267\\src\\main\\res\\drawable-v21\\selector_video_edit_item.xml","position":{"startLine":5}}],"original":"","tool":"AAPT"}

问题所在:

<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >
    <size android:width="2dp" />
    <solid android:color="@color/theme_color" />
</shape>

类似的资源文件中多了一行

<?xml version="1.0" encoding="utf-8"?>
上一篇下一篇

猜你喜欢

热点阅读