android找不到自定义类符号,android studio:找不到符号类GlideDrawable
每当我尝试编译它时,我遇到这个项目的问题就会显示错误
Error: cannot find symbol class GlideDrawable
请看看app:module
dependencies {
compile fileTree(dir: ‘libs’,include: [‘*.jar’])
androidTestCompile(‘com.android.support.test.espresso3.0.1’,{
exclude group: ‘com.android.support’,module: ‘support-annotations’
})
compile ‘com.android.support27.0.2’
compile ‘com.android.support27.0.2’
compile ‘com.android.support27.0.2’
compile ‘com.android.support27.0.2’
compile project(‘lib_sound_crop’)
compile project(‘libraryColorPickrBest’)
compile project(‘library_gellaryfinal’)
compile ‘com.android.support1.0.2’
implementation ‘com.github.bumptech.glide4.6.0’
annotationProcessor ‘com.github.bumptech.glide4.6.0’
compile ‘jp.wasabeef2.0.1’
compile ‘com.google.firebase11.8.0’
compile ‘com.google.firebase11.8.0’
compile ‘com.google.firebase11.8.0’
testCompile ‘junit4.12’
和项目建设
buildscript {
repositories {
mavenCentral()
google()
jcenter()
}
dependencies {
classpath ‘com.android.tools.build3.0.1’
classpath ‘com.google.gms3.1.1’
}
提前致谢
还没有评论,来说两句吧...