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

support of *.aar #17

Closed OleksandrKucherenko closed 7 years ago

OleksandrKucherenko commented 8 years ago

Will it be possible to teach tool to work with AAR packages?! This is actually ZIP with JAR inside... so its not exactly the DEX...

but gradle execute special step - preDexLibraries, that actually produce a DEX... so i think its possible to count methods inside AAR in two steps.