tinkerpatch-easy-sample
tinkerpatch-easy-sample copied to clipboard
无需修改自己App代码,一键接入的Sample
``` 17:26:20: Executing task 'assembleRelease'... Executing tasks: [assembleRelease] Parallel execution with configuration on demand is an incubating feature. NDK is missing a "platforms" directory. If you are using NDK, verify...
打个广告:https://github.com/ckrgithub/BuglyAndTinker
手机 小米6 系统8.0 在调用TinkerPatch.with().fetchPatchUpdate(true)检查补丁更新接口之后,日志如下,烦请告知最后的crash原因: Tinker.UrlConnectionFetcher: loadData from url: http://stat.tinkerpatch.com/succ.php, method:POST, body:sv=1.2.9&t=1&av=10.1.0&ch=Null&pv=5&k=2a5f43bd6be859bd 2018-11-27 00:25:33.005 13847-14081/? I/Tinker.VersionInfo: updateVersionInfo file path:/data/user/0/com.yiche.autoeasy/tinker_server/2a5f43bd6be859bd_version.info, appVersion: 10.1.0, uuid:2db283cf-8695-4426-8c7a-7cdbbaf7d8fc, abi:armeabi, patchVersion:5, patchMd5:24892712b337f667771aaef360fa08f5, grayValue:9, crashTimes:0, retryTimes:0, applySuccess:0, patchSuccess:0 2018-11-27...
项目当前的热更新环境配置是正确的,已经发布上线。我设置tinkerpatchSupport{tinkerEnable = false},想禁用热更新,来使用instant run,发现不行,必须得把tinker的相关的依赖和代码全部注释才可以使用instant run,有简单点的配置来禁用tinkerpatch,而且还能够使用instant run 吗