Rendering Problems Exception android.graphics.drawable

pb4now picture pb4now · Jun 6, 2016 · Viewed 15.6k times · Source

I'm getting this Error :

Rendering Problems Exception raised during rendering: android.graphics.drawable.VectorDrawable_Delegate.nDraw(JJJLandroid/graphics/Rect;ZZ)

I know that I can change from " N preview" version to "23" and it will work but what I have to do so that it works on "preview"?

I tried:

  • clearing and rebuilding
  • installed sdk tools
  • invalidate caches /restart

Answer

José Messias Jr picture José Messias Jr · Jun 7, 2016

You can change the target for the preview in the top right button of the preview area, like in the picture below:

enter image description here

Hope it helps!