<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bg"
tools:context="com.awani.simpleapp.mainactivity"
tools:layout_editor_absoluteY="89dp"
tools:layout_editor_absoluteX="0dp">
这是来自drawable文件的代码语句:
<drawable name="bg.jpg">bg</drawable>
如何修复此错误?请帮助。是否有任何与sdk版本相关的问题?(我在android中绝对是初学者)