2017-05-06 24 views
0

나는 문제 보좌관에 'com.android.support:appcompat-v7:+'를 컴파일하는 데 문제가보좌관 컴파일 'com.android.support:appcompat-v7:+'

apply plugin: 'com.android.application' 

android { 
compileSdkVersion 21 
buildToolsVersion "21.1.0" 

defaultConfig { 
application "com.mycompany.myapp" 
minSdkVersion 14 
targetSdkVersion 21 
versionCode 1 
versionName "1.0" 
} 
buildTypes { 
release { 
minifyEnabled false 
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 
} 
} 
} 

dependencies { 
compile 'com.android.support:support-v4:+' 
compile 'com.android.support:appcompat-v7:+' 
} 

내가 스택에 검색 한

Dependency com.android.support:appcompat-v7:+ not found. 

오류 AIDE와 동일한 문제가 발생하지 않은 다른 사람들을 위해 오버플로.

+0

[기사] (http://blog.danlew.net/2015/09/09/dont-use-dynamic-versions-for-your-dependencies/) 그 이유에 대해 – nvi9

+0

감사합니다. 링크를 위해. – nerotech

답변

0

마침내 알아 냈지만 저장소에는 mavrenCentral()이 포함되지 않았습니다.