You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 fileinstant-run.zip
which contains all dexes for each package. I believe this is the reason whydex-method-counts
won't work.Any plan to support this? Thanks.
The text was updated successfully, but these errors were encountered: