2016-10-24 14 views
0

내가 새로운 응용 프로그램을 만들어 javax의 해결하지 못했습니다 내가 이러한 오류

Error

을 얻고이 내 응용 프로그램 수준

apply plugin: 'com.android.application' 

android { 
compileSdkVersion 24 
buildToolsVersion "24.0.2" 
defaultConfig { 
    applicationId "com.vfirst.genie" 
    minSdkVersion 15 
    targetSdkVersion 24 
    versionCode 1 
    versionName "1.0" 
    testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" 
} 
buildTypes { 
    release { 
     minifyEnabled false 
     proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 
    } 
} 
} 

dependencies { 
compile fileTree(dir: 'libs', include: ['*.jar']) 
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { 
    exclude group: 'com.android.support', module: 'support-annotations' 
}) 
compile 'com.android.support:appcompat-v7:24.2.1' 
testCompile 'junit:junit:4.12' 
} 

답변

0

저장소안드로이드 지원의 최신 버전을 다운로드하고, Android 지원 라이브러리SDK 관리자의 Google 리포지토리

나는 이것이 문제를 해결해야한다고 생각한다.

+0

이미 업데이트 됨 – WISHY

+0

프로젝트에서 유일한 모듈입니까? –

+0

예 전용 모듈 – WISHY