I am using Android studio 3.0
I am getting tired fixing this problem. the app does not execute it always show me this error Binary XML file line #0: Error inflating clas
Some SVGs sources seem to not be fully supported. Add below line within your activity's onCreate() method:
AppCompatDelegate.setCompatVectorFromResourcesEnabled(true);
and make sure you use below as attribute to your ImageView in your xml file: app:srcCompact instead of android:src to define your image.