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
- Coroutine
- pandas
- Compose
- 암호학
- TEST
- 쿠링
- 코루틴
- MyVoca
- boj
- MiTweet
- Kotlin
- 프로그래머스
- GitHub
- 코드포스
- architecture
- AWS
- livedata
- Rxjava
- android
- activity
- Hilt
- textfield
- Coroutines
- androidStudio
- 백준
- relay
- ProGuard
- Gradle
- Codeforces
- Python
Archives
- Today
- Total
이동식 저장소
[Android] 계정명이 한글일 때 test error 해결법 본문
모듈을 java module에서 android module로 바꿨더니 듣도 보도 못한 오류가 난다.
원인을 찾아보니 ``gradle.properties``에서 ``-Dfile.encoding=UTF-8``을 지우라고 한다. 윈도우 계정 이름에 한글이 들어가 있어서라고 한다. 이놈의 한글!!
해결. Test events are not received 오류를 거의 매주 보는 것 같다.
'Primary > Android' 카테고리의 다른 글
[Hilt] Android Entry Points (0) | 2022.08.11 |
---|---|
[Hilt] Application (0) | 2022.08.11 |
[Android] Manifest 파일이란? (0) | 2022.07.25 |
[Android] Build variant 심화 (0) | 2022.07.21 |
[Android] 코드 경량화 시 Instrumented test가 실행되지 않는 오류 (0) | 2022.07.19 |
Comments