为什么我使用ZXing Bar code Library 时Android 设备上安装了另一个名为Leaks 的应用程序?

Why there is another application called Leaks installed on the Android device when I use ZXing Bar code Library ?

我有一个使用 ZXing Barcode Scanner 库的应用程序,但是当我 运行 设备上的应用程序时,安装了另一个名为 "Leaks" 的附加应用程序。为什么要在设备上安装此应用程序?当我打开它时没有任何反应?

这是一个名为 leak canary 的应用程序。

// For development purposes only
// https://github.com/square/leakcanary
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'

从 build.gradle 文件中删除这些行(如果有)。

您的 activity 文件中还应该有这一行 LeakCanary.install(this);,您也应该将其删除。

在您的 activity 文件中删除行

LeakCanary.install(this);