Results 10 issues of tong

如果发现构建出错,mac和linux请在terminal下执行 ./gradlew assembleDebug --stacktrace (如果你studio里当前的variant是release,那就执行./gradlew assembleRelease --stacktrace ,如果是别的同理) 如果是windows执行gradlew.bat assembleDebug --stacktrace 然后把所有的日志输出、android gradle版本后、你的操作系统贴到issue里,**贴出的信息越多就越利于找问题** 例如: 操作系统: mac android gradle-build: 2.1.2 gradle: 2.10 Parallel execution is an incubating feature. :gradle-plugin:compileJava UP-TO-DATE :gradle-plugin:compileGroovy...

当compileSdkVersion设置为26时,在android o上运行下载的那个通知栏消息不显示,需要加一个channelId ``` fun sendNotification(context: Context, title: String, text: String, intent: Intent? = null) { val channelId = "default" val builder = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) NotificationCompat.Builder(context, channelId) else {...

1、Upgrade compile sdk version 2、Fix android o can not send notification 3、Upgrade leakcanary version

https://github.com/baidao/tinker-manager 支持按版本下发补丁、灰度发布、全量发布、机型黑名单(如果发现某个机型crash,管理平台加一个正则过滤)

https://github.com/baidao/tinker-manager 支持按版本下发补丁、灰度发布、全量发布、机型黑名单(如果发现某个机型crash,管理平台加一个正则过滤)

https://github.com/baidao/tinker-manager 支持按版本下发补丁、灰度发布、全量发布、机型黑名单(如果发现某个机型crash,管理平台加一个正则过滤)

https://github.com/baidao/tinker-manager 支持按版本下发补丁、灰度发布、全量发布、机型黑名单(如果发现某个机型crash,管理平台加一个正则过滤)

可以在自己公司部署一个用 https://github.com/baidao/tinker-manager 支持按版本下发补丁、灰度发布、全量发布、机型黑名单(如果发现某个机型crash,管理平台加一个正则过滤)