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
- 안드로이드스튜디오
- android studio
- 자바스크립트
- 별5개
- AndroidStudio
- 공부
- 친구랑
- JavaScript
- 자바
- 오라클
- 안드로이드
- 리눅스
- 재밌당
- error
- db
- 3박4일
- Android
- 1박2일
- 개발
- 오류해결
- 도쿄
- 코틀린
- 깃허브
- Eclipse
- 개발자
- Git
- kotlin
- GitHub
- Java
- oracle
Archives
- Today
- Total
목록AndroidStudio (11)
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