[android-developers] Re: Memory leak error on a huge application

2011-09-06 Thread Károly Holczhauser
Hello ! Okay, it seems I have the solution, thanks for the MAT:) So, as I said I have a lot of LinearLayout class, which are represents the screens on a lot of times in the app. These classes are have had a lot of variable , so I had make them clear and null: I had overrided the removeAllViews

[android-developers] Re: Memory leak error on a huge application

2011-09-05 Thread Praveen Raj
Your problem seems like you are leaking the context to drawble objects. or you might have used implicit reference to non static inner classes. http://developer.android.com/resources/articles/avoiding-memory-leaks.html Since you have used lot of linear layout and bitmaps, Most probably they are