chan

Results 6 comments of chan

1. cmake 换成3.6.x版本 ![image](https://user-images.githubusercontent.com/3463511/98643613-36eded00-236a-11eb-9c7a-038000040fd1.png) 2. NDK换成r16b版本 下载地址:https://developer.android.google.cn/ndk/downloads/older_releases ![image](https://user-images.githubusercontent.com/3463511/98643797-7c121f00-236a-11eb-9664-688cee775f0c.png) ![image](https://user-images.githubusercontent.com/3463511/98643704-5ab13300-236a-11eb-937a-ff06301749bd.png) 配置完即可编译,编译时 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 的问题解决了吗?