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
- 오류해결
- 개발자
- 개발
- Java
- 안드로이드
- 코틀린
- 안드로이드스튜디오
- kotlin
- GitHub
- 깃허브
- Android
- 자바스크립트
- 친구랑
- 재밌당
- 별5개
- error
- oracle
- 3박4일
- 리눅스
- 자바
- android studio
- Git
- 1박2일
- Eclipse
- JavaScript
- db
- 공부
- 오라클
- 도쿄
- AndroidStudio
Archives
- Today
- Total
목록error (6)
dev_eunz
[Android] ExampleInstrumentedTest Import Error 해결
안드로이드 스튜디오 GitHub 연동을 하려는데, 갑작스런 에러가 발견되어 확인을 해보니 "ExampleInstrumentedTest" 파일에 에러가 난 것이다. 기본 단위테스트 예제파일에 이게 무슨일인지 😱 빨갛게 칠해둔 부분이 빨갛게 표시되며 에러처리가 되었다. 해결방법은 1. build.gradle - dependencies androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) 필자는 이 방법으로 해결이 안되서, 2. 안드로이드 스튜디오 업데이트 업데이트를 했더니, 알아서 해결이 되었다. ..
IT
2021. 1. 11. 18:07