LeeJaeHyeon05 / Kotlin-Study-LOL

3 stars 4 forks source link

[ADD] AutoCompleteTextView #141

Closed hannahf97 closed 2 years ago

hannahf97 commented 2 years ago

Issue

94

detail

hannahf97 commented 2 years ago

build시에 오류가 자꾸뜨는데 왜그런지 모르겠네요,, 한번 확인해주세요ㅠㅠ

asonetu commented 2 years ago

@hannahf97 다음번에는 오류로그도 같이 스크린샷해서 올려주시면 좋을것 같아요~

image image

일단 확인해보니 위와 같이 오류가 발생하고 있는데 이건 예전에 수정해서 develop branch 에 반영했었던 내용이네요~ ca4df9fbaf1df23a0189afc0747c80013b426eda 여기서 수정되었습니다.

일단 이 PR base branch 를 develop 으로 바꾸시고 develop branch 를 merge 하시면 해결됩니다.

image

아래 명령어 차례로 입력해서 develop branch merge

git fetch
git merge origin/develop
hannahf97 commented 2 years ago

감사합니다 !! 오류고쳐졌어요 다시 수정해보고 올릴께요!