AOS - Java
[안드로이드/Android] ExampleInstrumentedTest.java Error :: exampleinstrumentedtest InstrumentationRegistry can not symbol
야라라라
2018. 6. 28. 09:45
반응형
SMALL
ExampleInstrumentedTest.java 파일의 InstrumentationRegistry can not symbol 에러
↓↓↓↓↓↓↓↓↓
build.gradle에 추가
dependencies {
…
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
…
}
반응형
LIST