vlonjat-gashi / progress-activity

Easily add loading, empty and error states in your app.
1.02k stars 171 forks source link

Unsupported Vector Resources #18

Open RNYadav opened 7 years ago

RNYadav commented 7 years ago

When using vector image resources for reverse compatible devices (API level 17) we get android.content.res.Resources$NotFoundException: File res/drawable/ic_no_wifi.xml from drawable resource ID #0x7f02009b. If the resource you are trying to use is a vector resource, you may be referencing it in an unsupported way. See AppCompatDelegate.setCompatVectorFromResourcesEnabled() for more info.