So I keep running into this error for my ImageView even though I have copy/pasted the image into my drawable folder and have called it in my ImageView XML Code:
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/home_screen" />
What am I doing wrong?
Nothing appears to be wrong so try to rebuild and refresh your project. Maybe close and reopen your android studio.