Replies: 3 comments 2 replies
-
Posted an issue here #128 |
Beta Was this translation helpful? Give feedback.
-
I am getting this error whilst trying to clone. It seems to get most of the way through processing the clone but bombs out mid way through. It has worked previously on other APKs. I have tried different Windows clients and therefore suggest it could be a APK specific issue. Any suggestions to resolve? Is there a log file somewhere that can point to why the clone is failing? |
Beta Was this translation helpful? Give feedback.
-
I was curious about the CloneMy.App and encountered the Developer's XDA Support thread [TOOL] CloneMyApp - Android APK Cloner. Just wanted to let you know my friend @kefir500.. ~Ibuprophen |
Beta Was this translation helpful? Give feedback.
-
Introduction
APK Editor Studio v1.5.0 release is finally out. It includes the long-awaited ability to clone APK (or, more technically, change the package name). However, the current state of this feature is marked experimental: certain applications are still not supported since the lack of information on this topic leaves us with no stable instructions or algorithms.
In this discussion, I would like to collect the community's knowledge that will help to improve the app cloning feature in APK Editor Studio or even help other users looking for the corresponding information for their own purposes.
Disclaimer
Neither the APK cloning feature nor this particular discussion encourages piracy. When cloning an Android application, make sure that its license allows this procedure.
Guides and Instructions
Current Algorithm
AndroidManifest.xml
old.package.name
entries are replaced withnew.package.name
.res/
old.package.name
entries are replaced withnew.package.name
.smali*/
old.package.name
entries are replaced withnew.package.name
.Lold/package/name
entries are replaced withLnew/package/name
.old/package/name
directory is renamed tonew/package/name
.smali
and allsmali_classesN
directories.unknown/
Share your Experience
APK Editor Studio is an open-source project, and it's within the power of the community to make it better.
Any help, tips, personal experience, and observations are welcome. Feel free to join the discussion.
Beta Was this translation helpful? Give feedback.
All reactions