Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Drawable d3 = ContextCompat.getDrawable(getBaseContext(), R.drawable.ic_break_spot_icon);
  2.  
  3. > at dalvik.system.NativeStart.main(Native Method)
  4. Caused by: android.content.res.Resources$**NotFoundException**: File res/drawable/ic_local_cafe_white_24dp.xml from drawable resource ID
  5. #0x7f0200a3
  6. > at android.content.res.Resources.loadDrawable(Resources.java:1951)
  7. > at android.content.res.Resources.getDrawable(Resources.java:672)
  8. > at android.support.v4.content.ContextCompat.getDrawable(ContextCompat.java:323)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement