My Activities are randomly crashing due to Resource$NotFoundException and it\'s always due to one of my custom button\'s state selector files. And the crashes are completely ra
This issue is essentially an out of memory scenario. After wrapping up my inflating of xml files in try-catch blocks, I was able to get passed this initial error of not being able to load in files/ find them. The resulting behavior is Activities with images just plain missing until finally an actual out of memory exception is thrown.
Fix? Found and removed numerous leaks and down sized a couple image files.