mihaip / dex-method-counts

Command-line tool to count per-package methods in Android .dex files
Apache License 2.0
2.6k stars 376 forks source link

Recursive #22

Open HugoGresse opened 8 years ago

HugoGresse commented 8 years ago

I wanted to count number of classes directly in a application java folder but the library didn't search in sub-folder and stop on the first folder with a java.io.FileNotFoundException (is a directoy) which is true but I'm stuck with that :/