why this happeing all the time?i dont have even a bitmap to recycle and i dont know why my application throw memory error.
i select image from gallery here is the co
Had similar issue on Android 5. Move your images to /drawable-nodpi instead of /drawable
Maybe adding this line in Manifest on application tags will help you;
<application
...
...
android:largeHeap="true" >
......
......
</application>
If your are using Emulator for testing Try setting the Ram of virtual Device to 2gb or so. i had the same problem on Virtual Device but the program Run smooth on my physical android device