dex-method-counts icon indicating copy to clipboard operation
dex-method-counts copied to clipboard

Support for Instant Run APK

Open spaiman opened this issue 8 years ago • 1 comments

Google release Android Studio 2.0 to Stable Channel today, as well as its instant run features. I believe dex-method-counts count the methods incorrectly for APK produced with instant run. If you try to extract the APK, you could see there is a new file instant-run.zip which contains all dexes for each package. I believe this is the reason why dex-method-counts won't work.

Any plan to support this? Thanks.

spaiman avatar Apr 08 '16 03:04 spaiman

I'm not opposed to supporting this, but I'm not doing much Android development nowadays. If you can provide me with a sample instant-run.zip file I'm happy to make the modeifications to support it.

mihaip avatar May 23 '16 06:05 mihaip