Here's casual list for Android developer tools that could be really useful when developing complex applications:
- StrictMode: A tool for identifying long running operations on Main UI Thread.
- @UiThread/@WorkerThread : Useful support annotations for static analysis for catching Threading bugs.