<How to find the exception error point of the Imag...
# stackoverflow
u
How to find the exception error point of the Image Button in this log? I've been struggling with this 'android.view.InflateException' issue in this log for a long time. The issue was that an activity composed of the Room database and Recyclerview could not be executed in API level 21/22. Of course, if I adjust the minSdk 21 setting higher to 23, that's it. But I didn't want to do that. I initially thought this was an issue with LinearLayoutManager or something because of the 'Caused by: android.view.InflateException' message in the log. Eventually I found out...