Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rendering Problems Exception android.graphics.drawable

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
like image 871
pb4now Avatar asked Sep 10 '25 07:09

pb4now


1 Answers

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!

like image 165
José Messias Jr Avatar answered Sep 12 '25 21:09

José Messias Jr