Problem:
Large image was placed in drawable folder, android assumes it as mdpi then tries to create xhdpi version for it. It just becomes too large.
Solution:
Move image from drawable to drawable-nodpi folder.
Click the heart icon if this helped, cheers!