Advertisement
Guest User

Untitled

a guest
May 24th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. Information:Gradle tasks [:MaterialDesign:generateDebugSources, :MaterialDesign:generateDebugAndroidTestSources, :app:generateDebugSources, :app:generateDebugAndroidTestSources]
  2. :MaterialDesign:preBuild UP-TO-DATE
  3. :MaterialDesign:preDebugBuild UP-TO-DATE
  4. :MaterialDesign:checkDebugManifest
  5. :MaterialDesign:preDebugAndroidTestBuild UP-TO-DATE
  6. :MaterialDesign:preDebugUnitTestBuild UP-TO-DATE
  7. :MaterialDesign:preReleaseBuild UP-TO-DATE
  8. :MaterialDesign:preReleaseUnitTestBuild UP-TO-DATE
  9. :MaterialDesign:prepareComAndroidSupportSupportV42221Library UP-TO-DATE
  10. :MaterialDesign:prepareDebugDependencies
  11. :MaterialDesign:compileDebugAidl UP-TO-DATE
  12. .
  13. .
  14. .
  15. :app:dataBindingProcessLayoutsDebug
  16. line 1:0 extraneous input '?' expecting {COMMENT, SEA_WS, '<', PI}
  17. line 1:0 mismatched input '?' expecting {COMMENT, SEA_WS, '<', PI}
  18. Error:Execution failed for task ':app:dataBindingProcessLayoutsDebug'.
  19. > java.lang.NullPointerException (no error message)
  20. Information:BUILD FAILED
  21. Information:Total time: 12.924 secs
  22. Information:1 error
  23. Information:0 warnings
  24. Information:See complete output in console
  25.  
  26. databinding {
  27. enabled = true
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement