按照官方教程,已经配置了如下:
implementation "com.squareup.okhttp3:okhttp:3.12.12"
implementation "androidx.core:core-ktx:1.6.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.10"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.6.0"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.8"
implementation('com.amap.api:3dmap:9.5.0')
implementation('com.amap.api:search:9.4.5')
并放入了weex_amap-release map-amap-release的aar
并配置了包名 applicationId namespace package
配置了 com.amap.api.v2.apikey com.amap.api.location.APSService
且map属性也配置了高德key
离线打包高德地图白屏不显示
云打包没问题
我把云打包的AndroidManifest.xml部分替换本地的AndroidManifest.xml 仍然白屏
0 个回复