I know that when the apk file is decompressed and there is only one dex file,
d2j-dex2jar.bat classes.dex will get the correct jar file,
But with classes.dex, classes2.dex, classes3.dex files, what should I do to get the correct jar?
I know that when the apk file is decompressed and there is only one dex file,
d2j-dex2jar.bat classes.dex will get the correct jar file,
But with classes.dex, classes2.dex, classes3.dex files, what should I do to get the correct jar?
Copyright © 2021 Jogjafile Inc.
download the latest version of dex2jar (grater than 2.1 version), then use command
dex2jar [test].apkdirectly, then it will reverse all dex files into jar file.