<ImageView android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/appLogoView" android:focusableInTouchMode="false" android:src="@drawable/app_logo" android:layout_alignParentBottom="false" android:layout_centerInParent="true" android:layout_alignParentTop="false" android:layout_alignParentLeft="false" android:layout_alignWithParentIfMissing="false" /> The app_logo.svg file in drawable is placed, but the image is not displayed in the application and Android Studio does not highlight the android line : src = "@ drawable / app_logo" in red.
What is the problem?