android - Error building apk using apktool -


i trying decompile , recompile apk using apktool. used apktool this: enter image description here

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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -