android - Error building apk using apktool -
i trying decompile , recompile apk using apktool. used apktool this:
no changes made files. decompiled , recompiled them apktool showing error. problem persists when make changes xml files. should now?
regards
i answering in case gets stuck same problem. if not concerned resources of apk can skip extraction of resources using following command
apktool d -r my_app.apk
this command skip decompling of res folder.
Comments
Post a Comment