@@ -225,6 +225,28 @@ uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library
static const LOG_LEVEL_NULL = 6; // 不输出任何sdk log
}
```
9. 项目使用过程中,出现原生相关报错,例如`错误: 不兼容的类型`、`error: initializing 'BOOL' (aka 'bool') with an expression of incompatible type 'void'`等错误,是由于SDK更新,导致SDK与flutter端原生代码不兼容。此时只需要更新SDK版本即可。