Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 청년인재
- 백준
- ubuntu18.04
- NEXTERS
- 안드로이드
- utuntu
- 코틀린
- 빅데이터
- 빅데이터청년인재
- resample2d_cuda
- Android
- kotiln
- 이것만보면돼
- clean architecture
- IT연합동아리
- sending 404
- 머신러닝
- flownet
- 알고리즘
- 빅데이터청년캠퍼스
- ubuntu
- 넥스터즈
- cuda-10.2
- 데이터청년캠퍼스
- 자바
- 소켓통신
- nvcc
- 인공지능
- 딥러닝
- DataBinding Error
Archives
- Today
- Total
목록DataBinding Error (1)
보초의 코딩일기장

couldn't make a guess 은 DataBinding 시 나타나는 오류입니다. 코드는 제대로 작성했는데 바인딩이 안되는 경우라면 오류가 발생한 패키지 class로 이동하여 Class name 에 대한 Warning을 확인합니다. 저 같은 경우는 해당 클래스로 이동시 Class name 'mainActivity' should start with an uppercase latter 라는 Warning이 발생하여 com.example.testActivity -> com.example.TestActivity 로 수정하였습니다:)
Android
2020. 3. 18. 17:58