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
Add support for apks with multiple classes.dex inside.
Right now only first dex file is decompiled and added to the project.
Android Studio contains only files from classes.dex, but do not includes code for instance from classes2.dex etc.