设备名称:Galaxy S5 型号:SM-G9006V Android版本:5.0 加载补丁崩溃
- Dominant language
- C++
- Stars
- 7k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
## 加载补丁崩溃
设备名称:Galaxy S5
型号:SM-G9006V
Android版本:5.0
AndFix引入方式为gradle:
dependencies {
compile 'com.alipay.euler:andfix:0.3.1@aar'
}
确定不是混淆引起。
按照文档步骤,
第一步,打一个apk包命名为1.apk,安装到设备上,运行正常;
第二步,修改代码,打一个新包,命名为2.apk;
第三步,用补丁工具apkpatch生产一个补丁文件,重命名为out.apatch放入sdcard,重新启动应用,触发补丁方法调用的时候崩溃。
后来我新建了一个Galaxy Nexus,Android4.2系统,补丁正常,测试通过
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the crash using AndFix 0.3.1 on the Galaxy S5 SM-G9006V running Android 5.0, following the three APK and out.apatch steps in the report. Compare the result with the successful Galaxy Nexus Android 4.2 run and inspect the crash details when the patched method is invoked. Done means the cause is identified and the patch-loading crash is fixed or clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100