• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Error:null value in entry: destinationDir=null

masterpda13

Lurker
May 14, 2017
8
3
Android Studio Message

Information:Gradle tasks [:app:assembleDebug]
Error:null value in entry: destinationDir=null
Information:BUILD FAILED
Information:Total time: 52.854 secs
Information:1 error
Information:0 warnings
Information:See complete output in console

Please help to fix this Error:null value in entry: destinationDir=null
ANdroid Studio 2.3.2


Gradle

apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
defaultConfig {
applicationId "com.example.win7.myfirstapp"
minSdkVersion 15
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
useLibrary 'org.apache.http.legacy'
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:support-v4:25.3.1'
compile 'com.google.android.gms:play-services-maps:11.0.1'
compile 'com.jakewharton:butterknife:8.5.1'
compile 'org.jsoup:jsoup:1.9.2'
testCompile 'junit:junit:4.12'
}
 

Attachments

  • Безымянный.png
    Безымянный.png
    83.8 KB · Views: 386
  • Безымянный2.png
    Безымянный2.png
    59.4 KB · Views: 467
  • upload_2017-6-28_14-9-15.png
    upload_2017-6-28_14-9-15.png
    182.5 KB · Views: 404

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones