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 | 31 |
Tags
- 코틀린
- Kotlin
- Android
- 안드로이드
- UWP
- Android P
- C++
- C
- Django REST Android
- android push
- 프로그래머스
- RxJava
- FLUTTER
- Java
- kodility
- C/C++
- Django REST framework
- Django REST
- dart
- Rxjava2
- android architecture component
- 알고리즘
- flutter firestore
- RxAndroid
- Python
- 안드로이드 구글맵
- NDK
- mfc
- livedata
- Flutter TextField
Archives
- Today
- Total
개발하는 두더지
Robolectric 사용 중 발생한 에러 해결 본문
1. no such manifest file ./androidmanifest.xml
http://robolectric.org/getting-started/ 에 해결책이 나온다
2. API level 29 is not available
src/test/resources 폴더에 robolectrics.properties 파일을 만들고
sdk=28 라고 작성을하면 정상적으로 동작한다.
'Java,Android' 카테고리의 다른 글
AndroidX 와 Support 라이브러리 정리 (0) | 2019.12.04 |
---|---|
Module with the Main dispatcher had failed to initialize. (0) | 2019.12.04 |
InAppUpdate 테스트 방법 (0) | 2019.12.04 |
java.lang.RuntimeException: Method getMainLooper in android.os.Looper not mocked. (0) | 2019.10.22 |
Default interface methods are only supported starting with Android N (--min-api 24) 해결 방법 (0) | 2019.06.27 |
Comments