gpt4 book ai didi

android - 如何在模拟器上显示 map

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:00:29 24 4
gpt4 key购买 nike

我在 Android Studio 中创建了一个 Map Activity 项目;因此,没有自定义代码。

唯一的自定义更改是从 google_maps_api.xml _( https://console.developers.google.com/flows/enableapi?apiid=maps_android_backend&keyType=CLIENT_SIDE_ANDROID&r=)_ 复制 URL 并使用它创建 API key 。

安卓工作室:3.0.1模拟器:带有 API 25 的 Nexus 5X

Build.gradle文件

apply plugin: 'com.android.application'apply plugin: 'kotlin-android'apply plugin: 'kotlin-android-extensions'android {    compileSdkVersion 26    defaultConfig {        applicationId "xxxx.xxx.xxxx"        minSdkVersion 19        targetSdkVersion 26        versionCode 1        versionName "1.0"        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"    }    buildTypes {        release {            minifyEnabled false            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'        }    }}dependencies {    implementation fileTree(dir: 'libs', include: ['*.jar'])    implementation"org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"    implementation 'com.android.support:appcompat-v7:26.1.0'    implementation 'com.google.android.gms:play-services-maps:11.0.0'    testImplementation 'junit:junit:4.12'    androidTestImplementation 'com.android.support.test:runner:1.0.1'    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'}

截图

enter image description here

我好像漏掉了什么;我只是不知道它是什么。

最佳答案

尝试在您的手机中运行。有时模拟器无法正确加载 map ,这就是为什么它在没有加载根目录的情况下显示空白 map 的原因。

关于android - 如何在模拟器上显示 map ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48495876/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com