目录(?)[+] 问题描述曾几何时,我们用原来的办法使用 Handler 时会有下面一段温馨的提示: This Handler class should be static or leaks might occur下面是更详细的说明(Android Studio上的警告,不知道 Eclipse 上是否相同)Since this Handler is declared as an inner class, it may prevent the outer class from being garbage collected.