I know there are other questions on SO asking the same thing. I have already looked at most of them.
Most answers call about memory errors. I can\'t see how an
I had the same problem. The png image for my imageView was causing a class inflateException. This was only happening with my phone running android 6.0.1, but not in my phone running android 7.0. To solve this:
---In Android Studio---