美文网首页
android-编译错误-AGPBI

android-编译错误-AGPBI

作者: 河马过河 | 来源:发表于2019-07-17 20:11 被阅读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"?>
    

    相关文章

      网友评论

          本文标题:android-编译错误-AGPBI

          本文链接:https://www.haomeiwen.com/subject/zqoclctx.html