Advertisement
Guest User

Output stuff

a guest
Jun 6th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. Information:Gradle tasks [:app:clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:prepareDebugUnitTestDependencies, :app:mockableAndroidJar, :app:assembleDebug]
  2. :app:clean
  3. :app:preBuild UP-TO-DATE
  4. :app:preDebugBuild UP-TO-DATE
  5. :app:checkDebugManifest
  6. :app:preReleaseBuild UP-TO-DATE
  7. :app:prepareComAndroidSupportAnimatedVectorDrawable2340Library
  8. :app:prepareComAndroidSupportAppcompatV72340Library
  9. :app:prepareComAndroidSupportSupportV42340Library
  10. :app:prepareComAndroidSupportSupportVectorDrawable2340Library
  11. :app:prepareDebugDependencies
  12. :app:compileDebugAidl
  13. :app:compileDebugRenderscript
  14. :app:generateDebugBuildConfig
  15. :app:mergeDebugShaders
  16. :app:compileDebugShaders
  17. :app:generateDebugAssets
  18. :app:mergeDebugAssets
  19. :app:generateDebugResValues UP-TO-DATE
  20. :app:generateDebugResources
  21. :app:mergeDebugResources
  22. :app:processDebugManifest
  23. :app:processDebugResources
  24. :app:generateDebugSources
  25. :app:preDebugAndroidTestBuild UP-TO-DATE
  26. :app:prepareDebugAndroidTestDependencies
  27. :app:compileDebugAndroidTestAidl
  28. :app:processDebugAndroidTestManifest
  29. :app:compileDebugAndroidTestRenderscript
  30. :app:generateDebugAndroidTestBuildConfig
  31. :app:mergeDebugAndroidTestShaders
  32. :app:compileDebugAndroidTestShaders
  33. :app:generateDebugAndroidTestAssets
  34. :app:mergeDebugAndroidTestAssets
  35. :app:generateDebugAndroidTestResValues UP-TO-DATE
  36. :app:generateDebugAndroidTestResources
  37. :app:mergeDebugAndroidTestResources
  38. :app:processDebugAndroidTestResources
  39. :app:generateDebugAndroidTestSources
  40. :app:preDebugUnitTestBuild UP-TO-DATE
  41. :app:prepareDebugUnitTestDependencies
  42. :app:mockableAndroidJar UP-TO-DATE
  43. :app:incrementalDebugJavaCompilationSafeguard
  44. :app:compileDebugJavaWithJavac
  45. :app:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
  46. C:\Users\Evan\Documents\Development\AndroidFlashlight\FlashLight\app\src\main\java\com\airsoftbbstore\evan\flashlight\MainActivity.java
  47. Error:(31, 44) error: cannot find symbol class OnClickListener
  48. Error:(31, 68) error: cannot find symbol variable view
  49. Note: C:\Users\Evan\Documents\Development\AndroidFlashlight\FlashLight\app\src\main\java\com\airsoftbbstore\evan\flashlight\MainActivity.java uses or overrides a deprecated API.
  50. Note: Recompile with -Xlint:deprecation for details.
  51. :app:compileDebugJavaWithJavac FAILED
  52. Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
  53. > Compilation failed; see the compiler error output for details.
  54. Information:BUILD FAILED
  55. Information:Total time: 9.242 secs
  56. Information:3 errors
  57. Information:0 warnings
  58. Information:See complete output in console
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement