Glideshowing 에러 관련
·
프로그래밍/회고
StackOverFlow에 있는 내용을 참고해서 작성된 게시글 입니다.. Glide showing error: Failed to find GeneratedAppGlideModule Finally, I found my answer here. What I have done : Step-1 I created an empty class named GlideApp import com.bumptech.glide.annotation.GlideModule; import com.bumptech.glide.module.AppGlideModule; @GlideModule public class GlideApp extends AppGlideModule { } Note: Don't forget to add annotation ..
FireBase 프로젝트를 다수의 PC에서 사용시 참고
·
프로그래밍
안드로이드-파이어베이스 연동시 json파일변경 후 build.grade(프로젝트 수준)파일 에서 classpath 'com.google.~~~' Firebase 사이트에서 공식 튜토리얼 보고 따라서 수정해줘야함