changes not reflecting after build with apktool #3302
-
I decompiled my old apk with dex2jar because i needed java code. and made some changes in code. And built new apk with apktool (2.8.1). Before sometime, it was working fine res and assets folders but now im making changes in java files but they are not reflecting in build. When i check again by decompiling new apk, its not showing. Only showing the old code in file. Any solution? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm not following your explanation, but it doesn't seem like it would work. Apktool disassembles to So closing as this appears to be unsupported behavior. |
Beta Was this translation helpful? Give feedback.
I'm not following your explanation, but it doesn't seem like it would work. Apktool disassembles to
.smali
files and re-assembles those. If you provided the output of dex2jar and attempted to just "build" that with Apktool - it would never work.So closing as this appears to be unsupported behavior.