lnln1111 / android-apktool

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

apktool d -d app.apk out smali code is equal to apktool d app.apk out #309

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. apktool d -d app.apk out
2. apktool d app.apk out2

In out i don't have the Smali code commented with Java headings (like in the 
video) but the code is equal to the out2's folder. 

apktool 1.4.3 - Ubuntu Linux, Windows XP

Original issue reported on code.google.com by sartom...@gmail.com on 27 Feb 2012 at 2:12

GoogleCodeExporter commented 9 years ago
See issue 88 for the explanation

http://code.google.com/p/android-apktool/issues/detail?id=88

Original comment by connor.tumbleson on 17 Nov 2012 at 6:30