gpt4 book ai didi

android - 找不到 OnCameraIdleListener(不推荐使用 OnCameraChangeListener())_Android 工作室?

转载 作者:行者123 更新时间:2023-11-29 14:45:44 24 4
gpt4 key购买 nike

我正在做我的项目并且工作得很好但突然出现错误:

enter image description here

这是我的gradle:

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "24.0.1"

int minSdk = hasProperty('devMinSdk') ? devMinSdk.toInteger() : 16
defaultConfig {
minSdkVersion minSdk
applicationId "com.ir.zanis.marketing_manager"
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
compile 'com.google.android.gms:play-services-maps:9.2.1'
compile 'com.google.android.gms:play-services-places:9.2.1'
compile 'com.android.support:recyclerview-v7:23.+'
compile 'com.android.support:cardview-v7:23.+'
compile 'com.google.maps.android:android-maps-utils:0.4+'
compile files('libs/volley.jar')
compile files('libs/androiddbviewer.jar')
}

在我的代码中告诉我:

enter image description here

最佳答案

快速解决方案

compile 'com.google.maps.android:android-maps-utils:0.4.2

关于android - 找不到 OnCameraIdleListener(不推荐使用 OnCameraChangeListener())_Android 工作室?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39204236/

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