Advertisement
Guest User

Gradle preBuild FAILED

a guest
Sep 9th, 2014
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. string(68) "13:38:05.093 [INFO] [org.gradle.BuildLogger] All projects evaluated."
  2. [676]=>
  3. string(183) "13:38:05.232 [INFO] [org.gradle.api.internal.file.collections.DirectoryFileTree] file or directory '/var/www/build/4/myapp/Test/app/build/intermediates/pre-dexed/debug', not found"
  4. [677]=>
  5. string(185) "13:38:05.249 [INFO] [org.gradle.api.internal.file.collections.DirectoryFileTree] file or directory '/var/www/build/4/myapp/Test/app/build/intermediates/pre-dexed/release', not found"
  6. [678]=>
  7. string(119) "13:38:05.252 [DEBUG] [org.gradle.execution.taskgraph.DefaultTaskGraphExecuter] Timing: Creating the DAG took 0.148 secs"
  8. [679]=>
  9. string(119) "13:38:05.253 [INFO] [org.gradle.execution.TaskNameResolvingBuildConfigurationAction] Selected primary task ':app:build'"
  10. [680]=>
  11. string(1722) "13:38:05.257 [INFO] [org.gradle.BuildLogger] Tasks to be executed: [task ':app:preBuild', task ':app:compileDebugNdk', task ':app:preDebugBuild', task ':app:checkDebugManifest', task ':app:prepareDebugDependencies', task ':app:compileDebugAidl', task ':app:compileDebugRenderscript', task ':app:generateDebugBuildConfig', task ':app:generateDebugAssets', task ':app:mergeDebugAssets', task ':app:generateDebugResValues', task ':app:generateDebugResources', task ':app:mergeDebugResources', task ':app:processDebugManifest', task ':app:processDebugResources', task ':app:generateDebugSources', task ':app:compileDebugJava', task ':app:preDexDebug', task ':app:dexDebug', task ':app:processDebugJavaRes', task ':app:validateDebugSigning', task ':app:packageDebug', task ':app:zipalignDebug', task ':app:assembleDebug', task ':app:preReleaseBuild', task ':app:checkReleaseManifest', task ':app:prepareReleaseDependencies', task ':app:compileReleaseAidl', task ':app:compileReleaseRenderscript', task ':app:generateReleaseBuildConfig', task ':app:generateReleaseAssets', task ':app:mergeReleaseAssets', task ':app:generateReleaseResValues', task ':app:generateReleaseResources', task ':app:mergeReleaseResources', task ':app:processReleaseManifest', task ':app:processReleaseResources', task ':app:generateReleaseSources', task ':app:compileReleaseJava', task ':app:lintVitalRelease', task ':app:compileReleaseNdk', task ':app:preDexRelease', task ':app:dexRelease', task ':app:processReleaseJavaRes', task ':app:validateReleaseSigning', task ':app:packageRelease', task ':app:zipalignRelease', task ':app:assembleRelease', task ':app:assemble', task ':app:compileLint', task ':app:lint', task ':app:check', task ':app:build']"
  12. [681]=>
  13. string(122) "13:38:05.313 [INFO] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] :app:preBuild (Thread[main,5,main]) started."
  14. [682]=>
  15. string(77) "13:38:05.314 [LIFECYCLE] [class org.gradle.TaskExecutionLogger] :app:preBuild"
  16. [683]=>
  17. string(133) "13:38:05.316 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter] Starting to execute task ':app:preBuild'"
  18. [684]=>
  19. string(137) "13:38:05.317 [DEBUG] [org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter] Determining if task ':app:preBuild' is up-to-date"
  20. [685]=>
  21. string(160) "13:38:05.318 [INFO] [org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter] Executing task ':app:preBuild' (up-to-date check took 0.001 secs) due to:"
  22. [686]=>
  23. string(36) " Task has not declared any outputs."
  24. [687]=>
  25. string(133) "13:38:05.319 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter] Executing actions for task ':app:preBuild'."
  26. [688]=>
  27. string(132) "13:38:05.525 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter] Finished executing task ':app:preBuild'"
  28. [689]=>
  29. string(84) "13:38:05.525 [LIFECYCLE] [class org.gradle.TaskExecutionLogger] :app:preBuild FAILED"
  30. [690]=>
  31. string(141) "13:38:05.526 [INFO] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] :app:preBuild (Thread[main,5,main]) completed. Took 0.213 secs."
  32. [691]=>
  33. string(157) "13:38:05.526 [DEBUG] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] Task worker [Thread[main,5,main]] finished, busy: 0.213 secs, idle: 0.003 secs"
  34. [692]=>
  35. string(55) "13:38:05.557 [LIFECYCLE] [org.gradle.BuildResultLogger]"
  36. [693]=>
  37. string(68) "13:38:05.558 [LIFECYCLE] [org.gradle.BuildResultLogger] BUILD FAILED"
  38. [694]=>
  39. string(55) "13:38:05.558 [LIFECYCLE] [org.gradle.BuildResultLogger]"
  40. [695]=>
  41. string(78) "13:38:05.558 [LIFECYCLE] [org.gradle.BuildResultLogger] Total time: 9.814 secs"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement