desword / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
1 stars 0 forks source link

classes3.dex and classes4.dex in newer google apps #681

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is not an issue so much as it is an FYI.  I noticed you recently added 
support for classes2.dex.  well, google is now using in some apps classes3.dex 
and in some cases classes4.dex.  A specific example i know of is Google Play 
Services.

Not really a huge priority, because as a workaround, these classes can 
currently be decompiled separately if you rename them to classes.dex or 
classes2.dex, and rename back after recompiling. Just thought you might like to 
know. Thanks Connor!

Original issue reported on code.google.com by dankoma...@gmail.com on 26 Sep 2014 at 1:42

GoogleCodeExporter commented 9 years ago
https://github.com/iBotPeaches/Apktool/pull/90/files

I look for any file *.dex in root of package. So classes2.dex, classes3.dex 
should work fine.

Original comment by connor.tumbleson on 26 Sep 2014 at 4:02

GoogleCodeExporter commented 9 years ago
Excellent. Thanks :-)

Original comment by dankoma...@gmail.com on 26 Sep 2014 at 4:31