dex-method-counts的用法

Posted 没想到我也能写代码

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了dex-method-counts的用法相关的知识,希望对你有一定的参考价值。

作为一个安卓开发人员都应该对65K限制有所了解,那么如何查看自己的apk中的方法数呢?非常简单,使用dex-method-counts.jar包就可以了。

使用方法是:

1.运行CMD打开控制台

2.进入到dex-method-counts.jar所在的目录下

3.输入java -jar dex-method-counts.jar  path\*.apk

path\*.apk是你要检测方法数量的apk的路径及文件名。

以上是关于dex-method-counts的用法的主要内容,如果未能解决你的问题,请参考以下文章

怎么在外部调用vue内部的methos里面的方法

tried to access methos com.google.common.base.Stopwatch.<init>()V from class org.apache.hadoop...(代码

Each child in an array or iterator should have a unique "key" prop. Check the render metho

具有不同签名的覆盖方法

golang 文件操作

java反射调用方法