I am new to Android. Can the standard Java Memory and performance analysis tools be used with Android?
For e.g. Can we create a heapdump file and analyse the Android app? Or Use Eclipse TPTP to analyse the memory/performance?
If its not possible to use standard Java tools for this purpose then is there any Android specific tools for Memory and performance analysis?
If you use Eclipse, DDMS should help you do most of what you need.
DDMS – Tracking memory allocation of objects