기존 repo를 삭제하고 새로 clone 하고 실행하다가 아래와 같은 메시지를 만나게 되었습니다.
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/me/Documents/projects/android/app/build.gradle' line: 66
* What went wrong:
A problem occurred evaluating project ':app'.
> path may not be null or empty string. path='null'
위 에러는 key.properties 파일 경로를 찾지 못해서 나오는 것 이었습니다.
android 폴더 하위에 key.properties 파일을 생성하여 필요한 내용을 작성하여 디버깅 하였더니, 정상적으로 실행되었습니다.