gpt4 book ai didi

安卓工作室错误 : cannot find symbol class AdapterViewCompat with compileSdkVersion 23 and buildToolsVersion '23.0.1'

转载 作者:太空狗 更新时间:2023-10-29 16:33:38 26 4
gpt4 key购买 nike

这是我的 gradle 文件,我正在错误:

cannot find symbol
import android.support.v7.internal.widget.AdapterViewCompat;
error:package AdapterViewCompat does not exist.

成绩如下:

apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'


android {
compileSdkVersion 23
buildToolsVersion '23.0.1'

...

dependencies
{
compile 'com.android.support:cardview-v7:23.0.0'
compile 'com.android.support:recyclerview-v7:23.0.0'
compile 'com.android.support:design:23.0.0'
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:gridlayout-v7:+'
...
}

最佳答案

这是因为

android.support.v7.internal.widget.AdapterViewCompat;

在 appcompat v23 中不存在(而在 v22 中存在)。
你可以进去看看

androidsdk\extras\android\m2repository\com\android\support\appcompat-v7\23.1.0\appcompat-v7-23.1.0-sources.jar

一般不要使用内部包里面的类。

关于安卓工作室错误 : cannot find symbol class AdapterViewCompat with compileSdkVersion 23 and buildToolsVersion '23.0.1' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33609120/

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