Android studio:错误:(396,29)不允许使用字符串类型(在' bg.jpg'值为' bg')

时间:2017-05-30 08:48:55

标签: android android-studio

enter image description here(这是我想插入的.jpg图片)

<?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中绝对是初学者)

0 个答案:

没有答案