更新demo工程AGP插件版本

This commit is contained in:
Kuloud
2023-12-26 11:56:49 +08:00
parent 3172244d39
commit d95560df79
9 changed files with 30 additions and 20 deletions

View File

@ -64,6 +64,16 @@ class _ShowMapPageState extends State<_ShowMapPageBody> {
```
## 已知问题
1. [android] app 的 targetSDKVersion >= 30, 地图页返回闪退
在里的AndroidManifest.xml里的application里增加`android:allowNativeHeapPointerTagging="false"`
```xml
<application android:allowNativeHeapPointerTagging="false">
...
</application>
```
google官方说明地址https://source.android.com/devices/tech/debug/tagged-pointers