Android RecyclerView LayoutManager Exception

后端 未结 2 1387
日久生厌
日久生厌 2021-02-20 04:21

Hi I\'m having an issue with the new Android Lollipop RecyclerView

It keeps crashing with the following exception:

Attempt to inv         


        
2条回答
  •  半阙折子戏
    2021-02-20 04:56

    In the android Api level 22 it will not give the error. Instead it skips the layout if the Adapter is not found.

    By showing the warning:

    RecyclerView﹕ No adapter attached; skipping layout

    But your app will not crash and runs, but recyclerView doesn't shown.

提交回复
热议问题