smali - how can i change complete package name of an android app? -
i have decompiled voip calling apk file apktool , tried change package name getting error unfortunately app stopped
...
what did search package name inside files (root dir)
and replace every occurrence
new package name notepad ++
.
here problem app use communicate server
same package name cause error "unfortunately stoped!!!
"
how can replace package name
without effecting other name have same package name.
thanks in advance.
you don't n required manually replace package name in every source file
right click on package name ---> rename --> type new package name & choose refactor
(this option automatically replace references associated
package name including in manifest file
. )
Comments
Post a Comment