为什么图片无法显示在5.0android上

为什么图片无法显示在5.0android上

####hutou我是在阿里巴巴矢量图下载的,格式是PNG,在模拟机上8.9.10的Android都可以显示,5.0一下无法显示,在真机上也无法显示
图片说明
图片说明
##为什么啊???

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".MainActivity">
    <ImageView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/hutou"></ImageView>


</LinearLayout>

你的hutou的资源是不是放错文件夹了

https://blog.csdn.net/u014750748/article/details/82621906