2016-08-26 4 views
0

내 SDK에 최신 지원 라이브러리가 설치되어 있습니다. 응용 프로그램 Gradle을에서 Gradle을 파일android studio의 테스트 지원 라이브러리가 컴파일되지 않았습니다.

 defaultConfig { 
      applicationId "com.example.win.dat_2" 
      minSdkVersion 19 
      targetSdkVersion 23 
      versionCode 1 
      versionName "1.0" 
     } 


     buildTypes { 
      release { 
       minifyEnabled false 
       proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 
      } 
     } 
    } 

    dependencies { 
     compile fileTree(dir: 'libs', include: ['*.jar']) 
     compile 'com.android.support:appcompat-v7:23.1.1' 
     androidTestCompile('com.android.support.test.espresso:espres‌​so-core:2.2.2', { 
exclude group: 'com.android.support', module: 'support-annotations' }) 
    } 
+0

종속 { fileTree (: 'libs와'포함 [ '*의 .jar'] 디렉토리)를 컴파일 defaultConfig이 추가 컴파일 'com.android.support : appcompat-v7:23.1.1' androidTestCompile ('com.android.support.test.espresso : 에스 프레소 코어 : 2.2.2', { 제외 그룹 : 'com.android.support ', 모듈 :'support-annotations ' }) } –

+0

프로젝트를 빌드 할 때 LogCat에 표시되는 오류는 무엇입니까? 또한 전체'gradle' 파일을 붙여주세요. 또한 의존성 부분을 주석이 아닌 게시물에 추가하려고합니다. – ishmaelMakitla

+0

gradle 파일을 업데이트 할 수 있습니까? – ViramP

답변

0

multiDexEnabled = 사실

관련 문제