我知道此标题之前已被使用,但我找不到任何关于失败原因的线索!
“消息”“事件日志”“Gradle控制台”没有显示任何内容,我无法理解“登录资源管理器”...所以我将显示我的“build.gradle”文件。 / p>
我最近更新到了
应用\的build.gradle:
nestedJson
项目\的build.gradle:
> apply plugin: 'com.android.application'
> apply plugin: 'base'
>
> android {
> compileSdkVersion 'android-N'
> buildToolsVersion '23.0.2'
>
> defaultConfig {
> applicationId "com.hackaton.academy.android.walkup"
> minSdkVersion 15
> targetSdkVersion 'N'
> versionCode 1
> versionName "1.0"
> }
> buildTypes {
> release {
> minifyEnabled false
> proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
> }
> } }
>
> dependencies {
> compile fileTree(dir: 'libs', include: ['*.jar'])
> testCompile 'junit:junit:4.12'
> compile 'com.android.support:appcompat-v7:25.1.3'
> compile 'com.android.support:design:25.1.3'
> compile 'com.google.android.gms:play-services:8.4.0'
> compile 'com.android.support:support-v4:25.1.3'
> compile 'com.squareup.retrofit2:retrofit:2.0.2'
> compile 'com.akexorcist:googledirectionlibrary:1.0.4'
> compile 'com.squareup.retrofit2:converter-gson'}
感谢您一起来!! (我已经工作了两天)