tinker icon indicating copy to clipboard operation
tinker copied to clipboard

Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.

Results 215 tinker issues
Sort by recently updated
recently updated
newest added

异常类型:app运行时异常 手机型号:如:Nexus 5(如是编译异常,则可以不填) 手机系统版本:如:Android 7.1.2(模拟器) tinker版本:如:1.9.9(compile 'com.tencent.tinker:tinker-android-lib:1.9.9') gradle版本:如:4.10.2 是否使用热更新SDK: TinkerPatch SDK 系统:如:win10 问题描述:app集成了热更新,但是启动的时候没有上报baseid信息,提示tinker load failed。下面是启动日志 2021-12-01 10:49:12.137 4406-4406/? D/houdini: [4406] Initialize library(version: 7.1.1b_x.49852 RELEASE)... successfully. 2021-12-01 10:49:12.138 4406-4406/? W/art: Unexpected...

``` 异常类型:app运行时异常 手机型号:OPPO A93 手机系统版本:Android 10.0 (如是编译异常,则可以不填) tinker版本:1.9.14.18 gradle版本:5.4.1 是否使用热更新SDK:Bugly SDK 系统:Mac 堆栈/日志: 2021-11-27 19:19:46.995 8398-8398/com.deshine.huishu.app E/HUISHU: patch======>/storage/emulated/0/Android/data/com.deshine.huishu.app/files 2021-11-27 19:19:47.001 8398-8398/com.deshine.huishu.app V/Tinker.TinkerPatchListener: receive a patch file: /storage/emulated/0/Android/data/com.deshine.huishu.app/files/patch_signed_7zip.apk, file size:8939 2021-11-27...

sdk 里面 activityManager.getRunningAppProcesses是隐私调用方法,国家安全部门规定不允许调用,你们有时间升级下版本吗?

2021-01-21 11:48:05.521 22867-22867/? D/Tinker.TinkerLoader: tryLoad test test 2021-01-21 11:48:05.522 22867-22867/? W/Tinker.TinkerLoader: tryLoadPatchFiles:patch dir not exist:/data/user/0/com.sk.hotfixflutter/tinker 2021-01-21 11:48:05.522 22867-22867/? D/Tinker.DefaultAppLike: onBaseContextAttached: 2021-01-21 11:48:05.522 22867-22867/? I/Tinker.ReflectApp: with app realApplication from manifest applicationName:com.sk.hotfixflutter.AppApplication...

异常类型:bugly后台拉取补丁异常 手机型号:魅族15 手机系统版本:android7.1.1 tinker版本:1.9.14 gradle版本:4.10.1-all 是否使用热更新SDK: 如 TinkerPatch SDK 或者 Bugly SDK 系统:win7 依赖: api 'com.tencent.bugly:crashreport_upgrade:latest.release' //其中latest.release指代最新版本号,也可以指定明确的版本号,例如1.2.0 api 'com.tencent.bugly:nativecrashreport:latest.release' annotationProcessor("com.tencent.tinker:tinker-android-anno:1.9.14") { changing = true } compileOnly("com.tencent.tinker:tinker-android-anno:1.9.14") { changing = true...

classpath "com.android.tools.build:gradle:7.0.2" 编译会失败: log: It is too late to modify additionalParameters It has already been read to configure this project. Consider either moving this call to be during evaluation, or...

异常类型:app运行时异常,启动闪退 手机型号:华为p20 手机系统版本::Android 9.0 tinker版本:1.9.13.2 gradle版本:3.2.1 是否使用热更新SDK: 否 系统:如:Mac 堆栈/日志: 2019-07-03 11:08:11.149 9682-9682/com.denachina.pickle E/AndroidRuntime: FATAL EXCEPTION: main Process: com.denachina.pickle, PID: 9682 java.lang.RuntimeException: Unable to instantiate application com.denachina.pickle.MyApplication: java.lang.IllegalAccessException: void com.denachina.pickle.MyApplication.()...

手机型号:小米9pro 5g 手机系统版本:Android 10.0 tinker版本::1.9.14.10 gradle版本:如:5.6.4 热更新SDK: TinkerPatch SDK 2021-07-12 10:46:26.404 6923-6923/com.example.demos I/CrashReport: patch download success !!! 2021-07-12 10:46:26.825 6923-6923/com.example.demos I/CrashReport: Tinker patch failure, result: PatchResult: isSuccess:false rawPatchFilePath:/data/user/0/com.example.demos/app_tmpPatch/tmpPatch.apk costTime:42 dexoptTriggerTime:0...

this is my log ``` 2019-04-17 11:21:12.861 17566-17566/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.hmbl.hm:pushcore, PID: 17566 java.lang.RuntimeException: Unable to create application com.hmbl.hm.OtherApplication: com.tencent.tinker.loader.TinkerRuntimeException: Tinker Exception:null at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6637) at android.app.ActivityThread.-wrap2(Unknown Source:0)...