Quote
06-18 22:33:48.326: E/AndroidRuntime(1607): Caused by: java.lang.OutOfMemoryError
06-18 22:33:48.326: E/AndroidRuntime(1607): at android.graphics.Bitmap.nativeCreate(Native Method)
do you have some really large bitmap? if you manually load this activity as your startup, does it load successfully? if this is on the emulator, increase your memory
certain files are compressed into the apk file, then get decompressed in memory during runtime (which could cause out of memory issues). if this is one of those cases, you have to set it to not compress and just use the raw file