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 |
Tags
- 암호학
- relay
- pandas
- 쿠링
- textfield
- TEST
- 프로그래머스
- androidStudio
- MiTweet
- Compose
- Kotlin
- Codeforces
- architecture
- MyVoca
- Hilt
- Coroutines
- Coroutine
- boj
- ProGuard
- Rxjava
- Gradle
- 코루틴
- AWS
- livedata
- 백준
- GitHub
- Python
- android
- 코드포스
- activity
Archives
- Today
- Total
이동식 저장소
Expected BEGIN_ARRAY but was STRING at line 1 column 1 path 본문
Android Studio 개발을 하다가 뜬금없이 에러가 뜬다.
아니 내 앱은 Json은 쓰지도 않는데??
그래서 검색을 해 봤다.
Gradle Build failing with java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1 path $
I'm building an app which fetches data from Firebase adds it into an array adapter and displays it in a list view. When I try to build the app, it fails with: Error:Execution failed for task '...
stackoverflow.com
Android Studio 버그란다. ㅋㅋ
Build → Clean Project를 클릭한 다음 다시 빌드해 보자.
'Primary > Android' 카테고리의 다른 글
Inflate()에서 매개변수 attachToParent의 의미 (1) | 2020.12.22 |
---|---|
ViewBinding 사용 시 레이아웃 크기가 wrap_content로 고정되는 문제 (0) | 2020.12.21 |
ViewBinding을 사용할 때 layout_margin이 적용되지 않는 오류 (0) | 2020.12.13 |
Android Studio에서 머티리얼 아이콘 쉽게 사용하기 (0) | 2020.08.27 |
머티리얼 디자인 아이콘 (0) | 2020.02.05 |
Comments