I'm working on an android application that uses recycler view in left swipe menu. The application runs fine on Samsung Note 3, Sony Xperia, Nexus 4 Android 5.1.1 but crashes when run on Note 4, S5, S6 etc. When i debugged, i found recyclerview is the main cause of the app crash and i get this in the logcat:
02-10 01:41:18.376 5246-5246/com.myapppackage E/RecyclerView: No adapter attached; skipping layout
02-10 01:41:19.968 5246-5246/com.myapppackage A/chromium: [FATAL:jni_android.cc(269)] Check failed: false. Please include Java exception stack in crash report
--------- beginning of crash
02-10 01:41:19.968 5246-5246/com.myapppackage A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 5246 (stark.sponsored)
I have googled this error, went through stackoverflow but couldn't find anything good (not for my case). Any help would be appreciable.