LeBeau
Major
Starting back up with some new ideas
Posts: 162
|
Post by LeBeau on May 8, 2018 2:18:42 GMT
How can I rename the package of my mod I'm making? It's current package name is com.easytech.wc3
|
|
Alex37
First Lieutenant
Posts: 19
|
Post by Alex37 on May 8, 2018 5:17:20 GMT
You can try on android with APK Editor Pro, or on PC with Android Studio
|
|
|
Post by Aleksandr Vasilevsky on May 8, 2018 6:17:54 GMT
How can I rename the package of my mod I'm making? It's current package name is com.easytech.wc3 APK Editor, or some thing along those lines. However, I will be experimenting manual file editing on PC. You, though, can test my theory out, if you have a PC. PC "theory" 1. Extract apk files to another folder. 2. Find the Android Manifest file xml and open with Notepad or Notepad ++ 3. Ignore all unidentifiable characters, and go to a part with com.easytech.wc3 4. Change it to desired name. 5. Build by using APK Editor. Hopefully this should work.
|
|
LeBeau
Major
Starting back up with some new ideas
Posts: 162
|
Post by LeBeau on May 8, 2018 7:49:38 GMT
How can I rename the package of my mod I'm making? It's current package name is com.easytech.wc3 APK Editor, or some thing along those lines. However, I will be experimenting manual file editing on PC. You, though, can test my theory out, if you have a PC. PC "theory" 1. Extract apk files to another folder. 2. Find the Android Manifest file xml and open with Notepad or Notepad ++ 3. Ignore all unidentifiable characters, and go to a part with com.easytech.wc3 4. Change it to desired name. 5. Build by using APK Editor. Hopefully this should work. how am I supposed to use Apk Editor to change the package name? Please explain, I don't have a pc
|
|
|
Post by Aleksandr Vasilevsky on May 8, 2018 20:03:56 GMT
APK Editor, or some thing along those lines. However, I will be experimenting manual file editing on PC. You, though, can test my theory out, if you have a PC. PC "theory" 1. Extract apk files to another folder. 2. Find the Android Manifest file xml and open with Notepad or Notepad ++ 3. Ignore all unidentifiable characters, and go to a part with com.easytech.wc3 4. Change it to desired name. 5. Build by using APK Editor. Hopefully this should work. how am I supposed to use Apk Editor to change the package name? Please explain, I don't have a pc Get APK Editor Pro to sign. It costs money. I recommend you not to pirate it and anything related about it in this forum is prohibited.
|
|