chan
chan
我收到三次。。
1. cmake 换成3.6.x版本  2. NDK换成r16b版本 下载地址:https://developer.android.google.cn/ndk/downloads/older_releases   配置完即可编译,编译时 Mac 会报 无法验证开发者的错误,解决方法如下: https://blog.csdn.net/hyb1234hi/article/details/106469613 OK问题解决
classpath "com.tencent.bugly:tinker-support:1.2.3" implementation 'com.tencent.bugly:nativecrashreport:3.9.0' implementation 'com.tencent.tinker:tinker-android-lib:1.9.14.17' implementation 'com.tencent.bugly:crashreport_upgrade:1.5.23'
> keepDexApply = false 试试 已经是 keepDexApply = false,还是不能打patch包
String path = ""; if (!TextUtils.isEmpty(media.getCompressPath())) { path = media.getCompressPath(); } else { if (!TextUtils.isEmpty(media.getPath()) && media.getPath().startsWith("content:")) { Uri uri = Uri.parse(media.getPath()); path = PictureFileUtils.getPath(context, uri); } else { path...
@CK875430315 请问: 已经继承了tinker的Application 的问题解决了吗?