1/2

Results 94 comments of 1/2

看起来像是bugly64位支持库下载问题

```gradle subprojects { project.configurations.all { resolutionStrategy.eachDependency { details -> if (details.requested.group == 'androidx.fragment' && !details.requested.name.contains('fragment') ) { details.useVersion "1.1.0" } } } } ``` 类似这样

debug模式下吗?debug需要设置debugUpload=true

android会上报吗?

你catch了?

catch不会走,在某一步throw "test"试试,看会不会上报

@YanCorey 我自己项目就是stateless,不太清楚你遇到的问题,但是应该不是stateless导致的

@kaina404 ``` ════════ Exception caught by widgets library ═══════════════════════════════════════════════════════ The following assertion was thrown building Container: A RenderSliverPadding expected a child of type RenderSliver but received a child of type...

按报错添加对应代码