Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings

FirebaseCrashlytics 提示mapping上传超时
Firebase uploadCrashlyticsMappingFileRelease
Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings_第1张图片

解决方案
核心就是禁用掉uploadCrashlyticsMappingFileRelease这个任务
Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings_第2张图片
最外层 build.gradle中添加

 firebaseCrashlytics {
                //false为不上传,编译时也不会有对应的任务,
                //这里可以根据实际需求进行设置,比如:测试环境为false,正式环境为true
                mappingFileUploadEnabled false
            }

Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings_第3张图片
感谢杰哥大力协助,祝杰哥早生贵子[呲牙]

你可能感兴趣的:(Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings)