Advertisement
adamdv91

Untitled

Feb 14th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.14 KB | None | 0 0
  1. Executing tasks: [:app:generateDebugSources, :app:compileDebugSources, :app:mockableAndroidJar, :app:compileDebugUnitTestSources]
  2.  
  3. Parallel execution with configuration on demand is an incubating feature.
  4. Configuration 'compile' in project ':app' is deprecated. Use 'implementation' instead.
  5. Configuration 'testCompile' in project ':app' is deprecated. Use 'testImplementation' instead.
  6. Configuration 'provided' in project ':app' is deprecated. Use 'compileOnly' instead.
  7. registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
  8. registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
  9. registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
  10. registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
  11. registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
  12. registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
  13. :app:preBuild UP-TO-DATE
  14. :app:preDebugBuild UP-TO-DATE
  15. :app:compileDebugAidl UP-TO-DATE
  16. :app:compileDebugRenderscript UP-TO-DATE
  17. :app:checkDebugManifest UP-TO-DATE
  18. :app:generateDebugBuildConfig UP-TO-DATE
  19. :app:prepareLintJar UP-TO-DATE
  20. :app:mergeDebugShaders UP-TO-DATE
  21. :app:compileDebugShaders UP-TO-DATE
  22. :app:generateDebugAssets UP-TO-DATE
  23. :app:mergeDebugAssets UP-TO-DATE
  24. :app:processDebugGoogleServices
  25. Parsing json file: /Users/wesley/Desktop/Android/shyft-android/app/src/debug/google-services.json
  26. :app:createDebugCompatibleScreenManifests UP-TO-DATE
  27. :app:processDebugManifest UP-TO-DATE
  28. :app:fabricGenerateResourcesDebug
  29. :app:generateDebugResValues UP-TO-DATE
  30. :app:generateDebugResources UP-TO-DATE
  31. :app:mergeDebugResources
  32. :app:splitsDiscoveryTaskDebug UP-TO-DATE
  33. :app:processDebugResources
  34. :app:generateDebugSources
  35. :app:javaPreCompileDebug UP-TO-DATE
  36. :app:compileDebugJavaWithJavac UP-TO-DATE
  37. :app:compileDebugNdk NO-SOURCE
  38. :app:compileDebugSources UP-TO-DATE
  39. :app:mockableAndroidJar UP-TO-DATE
  40. :app:preDebugUnitTestBuild UP-TO-DATE
  41. :app:javaPreCompileDebugUnitTest UP-TO-DATE
  42. :app:compileDebugUnitTestJavaWithJavac
  43. /Users/wesley/Desktop/Android/shyft-android/app/src/test/java/za/co/globalwallet/globalwallet/core/BaseRobolectricTest.java:45: error: cannot find symbol
  44.         app.setComponent(DaggerMockAppComponent.builder()
  45.                          ^
  46.   symbol:   variable DaggerMockAppComponent
  47.   location: class BaseRobolectricTest
  48. Note: Some input files use or override a deprecated API.
  49. Note: Recompile with -Xlint:deprecation for details.
  50. Note: /Users/wesley/Desktop/Android/shyft-android/app/src/test/java/za/co/globalwallet/globalwallet/fragment/FragSSTest.java uses unchecked or unsafe operations.
  51. Note: Recompile with -Xlint:unchecked for details.
  52. 1 error
  53.  
  54.  FAILED
  55.  
  56. FAILURE: Build failed with an exception.
  57.  
  58. * What went wrong:
  59. Execution failed for task ':app:compileDebugUnitTestJavaWithJavac'.
  60. > Compilation failed; see the compiler error output for details.
  61.  
  62. * Try:
  63. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  64.  
  65. * Get more help at https://help.gradle.org
  66.  
  67. BUILD FAILED in 6s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement