Android/Android Studio 썸네일형 리스트형 [Android] Debug > thread breakpoint suspend 디버깅하다보면 특정 부분에 break point 가 걸리지 않는 현상이 있음 ( 로그를 찍어보면 분명 걸려야 하는데 안걸림) 이런경우 설정을 바꿔 주어야함 Break point 마우스 우클릭 > suspend : ALL 로 변경 더보기 [Build error]Could not find method flatDir() for arguments android 블락은 module/build.gradle 위치에 넣어 줘야 한다. 예를 들어 프로젝트에 최상단에 있는 Project/build.gradle 에 넣으면 에러 발생됨 Add this in app/build.gradle file: repositories { flatDir { dirs 'libs' //this way we can find the .aar file in libs folder } } 더보기 이전 1 다음