android找不到自定义类符号,android studio:找不到符号类GlideDrawable

今天药忘吃喽~ 2022-10-16 07:34 354阅读 0赞

每当我尝试编译它时,我遇到这个项目的问题就会显示错误

Error: cannot find symbol class GlideDrawable

请看看app:module

dependencies {

compile fileTree(dir: ‘libs’,include: [‘*.jar’])

androidTestCompile(‘com.android.support.test.espresso:espresso-core:3.0.1’,{

exclude group: ‘com.android.support’,module: ‘support-annotations’

})

compile ‘com.android.support:appcompat-v7:27.0.2’

compile ‘com.android.support:cardview-v7:27.0.2’

compile ‘com.android.support:appcompat-v7:27.0.2’

compile ‘com.android.support:design:27.0.2’

compile project(‘:SubProjects:lib_sound_crop’)

compile project(‘:SubProjects:libraryColorPickrBest’)

compile project(‘:SubProjects:library_gellaryfinal’)

compile ‘com.android.support:multidex:1.0.2’

implementation ‘com.github.bumptech.glide:glide:4.6.0’

annotationProcessor ‘com.github.bumptech.glide:compiler:4.6.0’

compile ‘jp.wasabeef:glide-transformations:2.0.1’

compile ‘com.google.firebase:firebase-messaging:11.8.0’

compile ‘com.google.firebase:firebase-ads:11.8.0’

compile ‘com.google.firebase:firebase-core:11.8.0’

testCompile ‘junit:junit:4.12’

和项目建设

buildscript {

repositories {

mavenCentral()

google()

jcenter()

}

dependencies {

classpath ‘com.android.tools.build:gradle:3.0.1’

classpath ‘com.google.gms:google-services:3.1.1’

}

提前致谢

发表评论

表情:
评论列表 (有 0 条评论,354人围观)

还没有评论,来说两句吧...

相关阅读

    相关 java 符号

    > 这个问题困扰了很久,之前找了很多篇博客,有一篇要清除掉maven,然后再重新加回来,之前管用,后续又不管用了 ![在这里插入图片描述][4b9bfac9072d4f218

    相关 maven 符号

    问题出现的原因: 1. 可能项目编码格式不统一。 2. 可能项目编码使用的JDK版本不统一。 3. 测试用例导致问题。 注意: 项目可能是当前项目也可能是继承的父