Tencent / tinker

Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
Other
17.17k stars 3.34k forks source link

使用Demo运行,点击请求拉取补丁按钮返回的url中包含的版本号(1.0.0)为什么和TinkerPatch 平台配置的版本号(1.0.1)不一致 #1189

Closed SearchSunny closed 5 years ago

SearchSunny commented 5 years ago

异常类型:app运行时异常

手机型号:小米HM1/华为荣耀9

手机系统版本:小米HM1 4.4.2/华为荣耀9 8.0.0

tinker版本:1.9.2

gradle版本:3.0.0

是否使用热更新SDK:

系统:Windows

堆栈/日志: W/Tinker.PatchRequestCallback: TinkerPatchRequestCallback onPatchSyncFail error: java.io.FileNotFoundException: http://q.tinkerpatch.com/dev/68596ea53c52c8c1/1.0.0?d=d637b127-8673-4def-8ccf-71cc126c84b6&v=1565854819255 08-15 15:40:19.669 12086-12117/com.mv.androidtinkerdemo E/Tinker.PatchRequestCallback: Plz make sure you fill the correct appVersion and appKey in tinkerpatch.gradle. Or create the correspond project in tinkerpatch.com

SearchSunny commented 5 years ago

gradle 配置SDK版本 implementation("com.tinkerpatch.sdk:tinkerpatch-android-sdk:1.2.2")