android.view.InflateException: Binary XML file line #2: Error inflating class

前端 未结 4 1790
既然无缘
既然无缘 2020-12-01 16:18

I am developing a simple app. Just finished the home screen. If the orientation changes more than two times, it is throwing the error and application is force closing.

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-01 16:42

    please follow background image size

    for Supported device

    LDPI:
    Portrait: 200x320px
    Landscape: 320x200px
    MDPI:
    Portrait: 320x480px
    Landscape: 480x320px
    HDPI:
    Portrait: 480x800px
    Landscape: 800x480px
    XHDPI:
    Portrait: 720px1280px
    Landscape: 1280x720px
    

提交回复
热议问题