apply plugin: 'com.android.application'
android {
compileSdkVersion 19
buildToolsVersion '24.0.3'
defaultConfig {
applicationId "com.android.projectz.teamrocket.thebusapp"
minSdkVersion 17
targetSdkVersion 23
versionCode 1
versionName "0.7alpha-sa3cvc6"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile files('libs/commons-net-3.5.jar')
compile 'com.android.support:recyclerview-v7:24.2.1'
compile 'com.android.support:cardview-v7:24.2.1'
compile 'com.android.support:design:24.2.1'
compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
compile 'com.github.paolorotolo:appintro:4.1.0'
compile 'com.afollestad.material-dialogs:core:0.9.2.3'
compile 'com.afollestad.material-dialogs:commons:0.9.1.0'
compile 'com.getbase:floatingactionbutton:1.10.1'
compile 'org.apache.commons:commons-io:1.3.2'
compile 'com.android.volley:volley:1.0.0'
compile 'com.google.android.gms:play-services:9.8.0'
compile 'com.android.support:appcompat-v7:24.2.1'
testCompile 'junit:junit:4.12'
}
これは「コンソール」からのエラーです:
Error:The SDK Build Tools revision (24.0.3) is too low for project ':app'. Minimum required is 25.0.0
理由はわかりませんが、Android Studio を (2.2 から 2.3 に) 更新し、必要なすべてのパッケージ、必要なすべてのパッケージ (SDK およびその他) もインストールしました。Android Studio をアップグレードする前は、構成は正常に機能していました。