How to trace the Memory Leaks in Android Development? I am working on eclipse IDE to develop the application. i cant find out how to rectify the memory or window Leaks Excep
I donno what caused you memory leak. But i have suffered from memory leak due to excess of Bitmap object to convert drawable to bitmap..
later used one single Bitmap object to rectify this problem.