此问题是mapbox_maps_flutter 无法支持 16kb 增加以下代码,可通过google 商店检测

android {
    
     configurations.configureEach {
        resolutionStrategy {
            dependencySubstitution {
                                                            substitute(module("com.mapbox.maps:android")).using(module("com.mapbox.maps:android-ndk27:11.14.0"))
            }
        }
    }
}

更改完之后

应用不支持16kb可见此链接

Logo

Agent 垂直技术社区,欢迎活跃、内容共建。

更多推荐