SaferMobile / InTheClear

Java and Android mobile alerting and secure wipe application(s)
https://lab.safermobile.org/wiki/InTheClear
GNU General Public License v3.0
23 stars 19 forks source link

Sometimes getting FC on loading main class due to large bitmap #78

Open harlo opened 13 years ago

harlo commented 13 years ago

java.lang.OutOfMemoryError: bitmap size exceeds VM budget ... E/AndroidRuntime(18637): at org.safermobile.intheclear.InTheClear$ImageAdapter.getView(InTheClear.java:153)

which is iv.setImageResource(R.drawable.btn_shout);

Assets might be too hi-res?

harlo commented 13 years ago

I have gotten this maybe once or twice on Nexus One.

n8fr8 commented 13 years ago

Woah... maybe we need to compress our PNGs a bit more?