I compressed 2 2MB .jpg images to around 300kb each to match the working images i have with the same code. However every time i try and use the 2 compressed images in my app, as soon as i hit run on device (my phone) it just crashes and i get this in my error log:
FATAL EXCEPTION: main Process: apps.appname, PID: 17528
java.lang.OutOfMemoryError
I've narrowed it down to definitely being an error with just those 2 images that i compressed down from 2 MB to 300kb.
What can I do?