赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 0 |
经验 | 0 |
最后登录 | 2023-5-12 |
在线时间 | 0 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 12
- 在线时间
- 0 小时
- 注册时间
- 2023-5-11
- 帖子
- 1
|
Hello, I managed to fix the problem that way (the problem is in the cracked version).
Here is a short tutorial (PC):
- Extract classes.dex from apk file using Apk Editor Studio.
- Decompile classes.dex using Apk Easy Tool ("smali/baksmali")
- Go to decompiled classes.dex folder, go to folders /com(or other prefix)/(dev name)/(app name)/
- Open the file MainActivity.smali in notepad, which is located in that folder. Find the line of text "https://websitetoapk.com" or "http://websitetoapk.com" with the search function and delete the entire link from the variable so that the variable remains empty ("").
- Save the MainActivity file, compile the entire classes.dex folder using the Apk Easy Tool so that you get the modified classes.dex file this time.
- Insert the new classes.dex file instead of the old one in the apk via Apk Editor Studio
- Save the application |
|