0
我有麻煩的AIDE編譯'com.android.support:appcompat-v7:+'
AIDE編譯 '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有相同問題的其他人無法獲得溢位。
[一篇文章](http://blog.danlew.net/2015/09/09/dont-use-dynamic-versions-for-your-dependencies/)關於爲什麼你不應該這樣做 – nvi9
謝謝爲鏈接。 – nerotech