Skip to content

Instantly share code, notes, and snippets.

@yasszu
Last active December 18, 2017 09:20
Show Gist options
  • Select an option

  • Save yasszu/0240900525cf8fb5290f2e8d6683fb68 to your computer and use it in GitHub Desktop.

Select an option

Save yasszu/0240900525cf8fb5290f2e8d6683fb68 to your computer and use it in GitHub Desktop.
android.content.res.Resources$NotFoundException: File res/drawable/ic_star.xml from drawable resource ID #0x7f02010a. 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.

< API 21ではVector Resourceを参照することができない

  • ApplicationのonCreateで"AppCompatDelegate.setCompatVectorFromResourcesEnabled(true)"を追加
  • android:srcをapp:srcCompatに変更する
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment