2016-03-19 23 views
0

generateDebugAndroidTestSources, ama anlamadım böyle bir şey gösteren kod yürütmesine neyi banaGradle görevler [: app: generateDebugSources: app: Ben küçük Android uygulamasını geliştiriyorum

yardım on.Please gidiyor Bu gibi Benim gradle dosya bu soruna

android { 
    compileSdkVersion 23 
    buildToolsVersion "23.0.2" 

    defaultConfig { 
     applicationId "com.example.chinni.swipetabs" 
     minSdkVersion 8 
     targetSdkVersion 24 
     versionCode 1 
     versionName "1.0" 
    } 
    packagingOptions { 
     exclude 'META-INF/DEPENDENCIES.txt' 
     exclude 'META-INF/NOTICE' 
     exclude 'META-INF/NOTICE.txt' 
     exclude 'META-INF/LICENSE' 
     exclude 'META-INF/LICENSE.txt' 
    } 
    buildTypes { 
     release { 
      minifyEnabled false 
      proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 
     } 
    } 
    dexOptions { 
     javaMaxHeapSize "4g" 
    } 


    dependencies { 
     compile fileTree(dir: 'libs', include: ['*.jar']) 
     testCompile 'junit:junit:4.12' 
     compile 'com.android.support:appcompat-v7:23.1.0' 
     compile 'com.android.support:support-v4:23.1.0' 
     compile 'com.android.support:design:23.1.0' 
    } 
+1

Sorununuz? –

cevap

0

dışarı bir hata ayıklama uygulama oluştururken için bana yardım edin. Bir yayınlama uygulaması oluşturmayı seçerseniz, kaynaklar farklı olacaktır (şifrelemek).