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
- Python
- 안드로이드 구글맵
- 프로그래머스
- 알고리즘
- RxAndroid
- Kotlin
- mfc
- FLUTTER
- Android
- C++
- Django REST framework
- RxJava
- kodility
- UWP
- Rxjava2
- 코틀린
- android push
- C/C++
- Django REST Android
- Flutter TextField
- NDK
- flutter firestore
- 안드로이드
- Django REST
- Java
- android architecture component
- livedata
- C
- Android P
- dart
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