exception raised during rendering:Binary XML file line #-1:error inflating class

前端 未结 8 1908
野的像风
野的像风 2020-12-04 14:27

\"image

I tried to include check boxes in the layout and after dragging and dropping I get this er

相关标签:
8条回答
  • 2020-12-04 14:48

    I have similar issue and resolve it by manage pixel sizes of drawables and width-height of controls in xml file. Please do not add any controls in xml file which is not used in class file.

    0 讨论(0)
  • 2020-12-04 14:58

    Rendering Problem Related Issue is Resolved Check out the Answer here that says

    android studio pick Automatically Pick Best by default

    so you have to select previous one API 23 manually.

    0 讨论(0)
提交回复
热议问题