how to use leakcanary, how to add leakcanary as a jar to build a apk with .mk file

后端 未结 5 1508
独厮守ぢ
独厮守ぢ 2021-01-18 02:07

LeakCanary is a memory leak detection library for Android and Java. LeakCanary

My project is based on android make file system, which relies on some android internal

5条回答
  •  一个人的身影
    2021-01-18 02:35

    What you need is to install gradle, then call "gradle assembleRelease" in library dir of leak canary. If everything goes find, you get several aars files in build/outputs directory. These are android libraries. You should reference them as any other android libraries.

提交回复
热议问题