본문 바로가기

AOS - Java

[안드로이드/Android] ExampleInstrumentedTest.java Error :: exampleinstrumentedtest InstrumentationRegistry can not symbol

반응형
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