I\'m making an application and when i go from menu to an other activity that display image using the e3roid framework, i allways get this (logcat):
D/PhoneWi
I had the same error some times ago, it was due to a lack of memory. In the emulator logcat and not on my phone (wildfire) it was saying: OutOfMemoryException.
OutOfMemoryException
Make sure you use the recycle() nethod to clear bitmap from the memory.
recycle()