Rendering Problems: java.lang.NullPointerException at android.support.v7.widget.RecyclerView in Android Studio 1.1.0

后端 未结 6 775
忘掉有多难
忘掉有多难 2020-12-31 03:32

I have recently updated android sdk to api 22 and android studio 1.1.0. After that I am getting rendering issues on RecyclerView. Here is what I am getting

          


        
6条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-31 04:24

    Just in case people are still wondering, you should update to the latest SDK platform for API 22 via the SDK Manager, and update to the latest recycler view by updating the Support repository via the SDK Manager, and in your build.gradle file to use the latest version (22.0.0)

提交回复
热议问题