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

Cannot use dex-method-counts via a symlink #10

Closed who closed 9 years ago

who commented 9 years ago

I created a symlink of dex-method-counts into a directory that was in my $PATH so that I could execute it easily.

However, I found that this does not work; if you execute dex-method-counts via a symlink, it can't find the jar.

I have a fix for this that I've tested on Ubuntu and OS X, and will file a PR shortly.