I have decompiled an voip calling apk file with Apktool and I tried to change its package name but I am getting an error that unfortunately app stopped
...
What I did that search the package name inside all the files (root dir)
and replace every occurrence
with new package name by with notepad ++
.
Here is the problem that app use to communicate their server
same as package name so it would cause an error "unfortunately stoped!!!
"
How can I replace only that package name
without effecting other name that have the same package name.
Thanks in advance.