Advertisement
alfacentaury

Gradle Console

Jan 31st, 2017
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. Executing tasks: [clean, :app:generateDebugSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies, :app:generateDebugAndroidTestSources, :app:compileDebugSources, :app:compileDebugUnitTestSources, :app:compileDebugAndroidTestSources]
  2.  
  3. Configuration on demand is an incubating feature.
  4. Incremental java compilation is an incubating feature.
  5. :clean
  6. :app:cleanNdkBuild UP-TO-DATE
  7. :app:clean_assets
  8. :app:clean
  9. :app:checksum
  10. :app:list
  11. :app:preBuild
  12. :app:preDebugBuild
  13. :app:checkDebugManifest
  14. :app:preReleaseBuild
  15. :app:prepareComAndroidSupportAnimatedVectorDrawable2421Library
  16. :app:prepareComAndroidSupportAppcompatV72421Library
  17. :app:prepareComAndroidSupportSupportCompat2421Library
  18. :app:prepareComAndroidSupportSupportCoreUi2421Library
  19. :app:prepareComAndroidSupportSupportCoreUtils2421Library
  20. :app:prepareComAndroidSupportSupportFragment2421Library
  21. :app:prepareComAndroidSupportSupportMediaCompat2421Library
  22. :app:prepareComAndroidSupportSupportV42421Library
  23. :app:prepareComAndroidSupportSupportVectorDrawable2421Library
  24. :app:prepareDebugDependencies
  25. :app:compileDebugAidl
  26. :app:compileDebugRenderscript
  27. :app:generateDebugBuildConfig
  28. :app:generateDebugResValues
  29. :app:generateDebugResources
  30. :app:mergeDebugResources
  31. :app:processDebugManifest
  32. :app:processDebugResources
  33. :app:generateDebugSources
  34. :app:mockableAndroidJar
  35. :app:preDebugUnitTestBuild
  36. :app:prepareDebugUnitTestDependencies
  37. :app:preDebugAndroidTestBuild
  38. :app:prepareComAndroidSupportTestEspressoEspressoCore222Library
  39. :app:prepareComAndroidSupportTestEspressoEspressoIdlingResource222Library
  40. :app:prepareComAndroidSupportTestExposedInstrumentationApiPublish05Library
  41. :app:prepareComAndroidSupportTestRules05Library
  42. :app:prepareComAndroidSupportTestRunner05Library
  43. :app:prepareDebugAndroidTestDependencies
  44. :app:compileDebugAndroidTestAidl
  45. :app:processDebugAndroidTestManifest
  46. :app:compileDebugAndroidTestRenderscript
  47. :app:generateDebugAndroidTestBuildConfig
  48. :app:generateDebugAndroidTestResValues
  49. :app:generateDebugAndroidTestResources
  50. :app:mergeDebugAndroidTestResources
  51. :app:processDebugAndroidTestResources
  52. :app:generateDebugAndroidTestSources
  53. :app:incrementalDebugJavaCompilationSafeguard
  54. :app:mkdir
  55. :app:swigPs
  56. Unable to find file '../pocketsphinx/swig/pocketsphinx.i'.
  57.  
  58. FAILED
  59.  
  60. FAILURE: Build failed with an exception.
  61.  
  62. * What went wrong:
  63. Execution failed for task ':app:swigPs'.
  64. > Process 'command 'swig'' finished with non-zero exit value 1
  65.  
  66. * Try:
  67. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  68.  
  69. BUILD FAILED
  70.  
  71. Total time: 33.813 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement