Project1

标题: Website 2 APK 出现fatal error [打印本页]

作者: yuyubufen    时间: 2023-2-6 22:52
标题: Website 2 APK 出现fatal error
用Website 2 APK打包后apk能正常安装运行,但是过了一个月左右后再次进入会出现白屏+Fatal Error。如果修改系统时间(往前改)依旧可以正常运行,但用系统时间点进去就会出现如图片的情况。想请教各位大佬有没有解决的方法。

Screenshot_2023-03-09-22-18-14-512_com.yushu.test2.jpg (28.74 KB, 下载次数: 42)

Screenshot_2023-03-09-22-18-14-512_com.yushu.test2.jpg

作者: 余杭    时间: 2023-2-6 22:52
手机下载 MT 管理器,打开安装包,找到 class.dex ,用 dex 编辑器打开,点击字符常量池,然后右上角三个点,点开选过滤,搜索  http,删掉  https://websitetoapk.com/  。
然后再次安装就可以玩了
作者: decimalvalue    时间: 2023-2-10 16:42
楼主原因找到了吗?我跟你的情况一样,刚开始打出来的包能玩,前几天试了下就成 fatal error 了
作者: yuyubufen    时间: 2023-4-1 21:48
decimalvalue 发表于 2023-2-10 16:42
楼主原因找到了吗?我跟你的情况一样,刚开始打出来的包能玩,前几天试了下就成 fatal error 了 ...

没找到原因,但按照大佬说的删除后就可以顺利运行了。
作者: 小啊    时间: 2023-4-8 15:05
我也是这个问题,可算是似乎看到解决办法了。
作者: kiki2203    时间: 2023-5-12 05:15
余杭 发表于 2023-2-6 22:52
手机下载 MT 管理器,打开安装包,找到 class.dex ,用 dex 编辑器打开,点击字符常量池,然后右上角三个点 ...

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




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1