I have a very simple application with one ImageView and a Button. The first Drawable resource loaded by my ImageView is specified with the \"android:src\" tag i
I used every solution of this post and many more but no one worked.Finally I used android:largeHeap="true" in manifest and that solves my problem.
android:largeHeap="true"
Hope this helps someone.