Open harlo opened 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?
I have gotten this maybe once or twice on Nexus One.
Woah... maybe we need to compress our PNGs a bit more?
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?