App_logo.svg file in Drawable is placed, but the image is not displayed in the application and Android Studio line Android: src = “@ drawable / app_logo” red does not highlight.
What is the problem?
Answer 1, Authority 100%
SVG and PSD files need to be added to Vector Asset Studio, which converts them to XML file. In Android Studio, right-click on the RES folder, and choose: “New & GT; vector Asset”. Further choose “Local File”. Further simply specify the name, click Nex. Details here: https://developer.android.com/studio/write / Vector-Asset-Studio # Importing