I am receiving many errors of kind displayed in the subj. These errors seems to be occasional and I cannot reproduce them. From stack I can learn that such error may occurs
I know it is an answered question, but I do not see the cause that I faced.
It was that Android Studio placed my drawables in /drawable-V24 My emulator is API 23. So, eventually it can not find it.
The solution was to move all drawables to /drawable folder (no -24).