In my app I am using an Icon Pack Specifically This One.
I use about 4 icons so far. My app works great on my Evo 3d and on the emulator. So when I tried to put it on my HoneyComb 3.2 tablet I was surprised when it wouldn’t run. I narrowed it down to one drawable. Changing the drawable’s XML to utilize another PNG, the app runs fine. I have tried reimporting the resource but it hasn’t worked. The error it throws is an InflateException. Any Activity that uses the drawable will crash. It has me perplexed. Is there anything I can double check?
Like I said, It runs fine on 2.3.7 on my evo 3d, and 2.3.1 on the emulator. Just on 3.2 it will crash.
Ii might be because of the size of PNG’s. It has happened to me sometime that when size of images is big then app crashes giving a similar exception.