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

Add pwd path to jar's one #4

Closed almozavr closed 9 years ago

almozavr commented 9 years ago

The flow is:

  1. clone repo e.g. to ~/android/tools/dex-count
  2. give shell the alias like ```alias DEX_COUNT="~/android/tools/dex-count/dex-method-counts" -> Run from your android-project root DEX_COUNT app/build/outputs/apk/myapp.apk
mihaip commented 9 years ago

Thanks!