上週我更新了Android Studio從2.x到3.x。項目遷移是完美的,建設很好。而現在,2個小時,我無法解釋爲什麼,我不能建立,我現在已經在滑翔此錯誤:Android Studio 3.x:錯誤:無法找到符號類GlideApp
Error:(26, 22) error: cannot find symbol class GlideApp
所有好之前,我並沒有改變任何東西(gradle這個或配置),現在看來這個錯誤...
有關格萊德的信息,在我的搖籃:
annotationProcessor 'com.github.bumptech.glide:compiler:4.0.0-RC1'
compile 'com.github.bumptech.glide:glide:4.0.0-RC1'
compile 'com.github.bumptech.glide:okhttp3-integration:4.0.0-RC1'
的GlideApp文件是自動生成的(我檢查)。
所以,這是一個瘋狂的情況。非常感謝你們!
非常感謝你的農曆! – anthony