Gradle项目同步失败 - 没有错误消息

时间:2016-05-18 14:23:27

标签: android android-gradle build.gradle

我知道此标题之前已被使用,但我找不到任何关于失败原因的线索!

“消息”“事件日志”“Gradle控制台”没有显示任何内容,我无法理解“登录资源管理器”...所以我将显示我的“build.gradle”文件。 / p>

我最近更新到了

  • Android Studio 2.1
  • Android SDK工具25.1.6和
  • Android平台N版本2
  • Gradle 2.13

应用\的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'}

感谢您一起来!! (我已经工作了两天)

0 个答案:

没有答案