Advertisement
itsrogueren

Untitled

Nov 24th, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. (base) pop-pc@pop-os:~/cheogram-android$ ./gradlew assembleCheogramFreeDebug
  2.  
  3. > Task :compileCheogramFreeDebugJavaWithJavac
  4. /home/pop-pc/cheogram-android/src/main/java/eu/siacs/conversations/ui/ConferenceDetailsActivity.java:212: error: cannot find symbol
  5. this.binding.editTags.addTextChangedListener(this);
  6. ^
  7. symbol: variable editTags
  8. location: variable binding of type ActivityMucDetailsBinding
  9. /home/pop-pc/cheogram-android/src/main/java/eu/siacs/conversations/ui/ConferenceDetailsActivity.java:318: error: cannot find symbol
  10. binding.editTags.addObjectSync(group);
  11. ^
  12. symbol: variable editTags
  13. location: variable binding of type ActivityMucDetailsBinding
  14. /home/pop-pc/cheogram-android/src/main/java/eu/siacs/conversations/ui/ConferenceDetailsActivity.java:341: error: cannot find symbol
  15. binding.editTags.setAdapter(adapter);
  16. ^
  17. symbol: variable editTags
  18. location: variable binding of type ActivityMucDetailsBinding
  19. /home/pop-pc/cheogram-android/src/main/java/eu/siacs/conversations/ui/ConferenceDetailsActivity.java:342: error: cannot find symbol
  20. this.binding.editTags.setVisibility(View.VISIBLE);
  21. ^
  22. symbol: variable editTags
  23. location: variable binding of type ActivityMucDetailsBinding
  24. /home/pop-pc/cheogram-android/src/main/java/eu/siacs/conversations/ui/ConferenceDetailsActivity.java:344: error: cannot find symbol
  25. this.binding.editTags.setVisibility(View.GONE);
  26. ^
  27. symbol: variable editTags
  28. location: variable binding of type ActivityMucDetailsBinding
  29. /home/pop-pc/cheogram-android/src/main/java/eu/siacs/conversations/ui/ConferenceDetailsActivity.java:353: error: cannot find symbol
  30. bookmark.setGroups(binding.editTags.getObjects().stream().map(tag -> tag.getName()).collect(Collectors.toList()));
  31. ^
  32. symbol: variable editTags
  33. location: variable binding of type ActivityMucDetailsBinding
  34. /home/pop-pc/cheogram-android/src/main/java/eu/siacs/conversations/ui/ConferenceDetailsActivity.java:629: error: cannot find symbol
  35. binding.tags.setVisibility(View.GONE);
  36. ^
  37. symbol: variable tags
  38. location: variable binding of type ActivityMucDetailsBinding
  39. /home/pop-pc/cheogram-android/src/main/java/eu/siacs/conversations/ui/ConferenceDetailsActivity.java:635: error: cannot find symbol
  40. binding.tags.setVisibility(View.GONE);
  41. ^
  42. symbol: variable tags
  43. location: variable binding of type ActivityMucDetailsBinding
  44. /home/pop-pc/cheogram-android/src/main/java/eu/siacs/conversations/ui/ConferenceDetailsActivity.java:638: error: cannot find symbol
  45. binding.tags.setVisibility(View.VISIBLE);
  46. ^
  47. symbol: variable tags
  48. location: variable binding of type ActivityMucDetailsBinding
  49. /home/pop-pc/cheogram-android/src/main/java/eu/siacs/conversations/ui/ConferenceDetailsActivity.java:639: error: cannot find symbol
  50. binding.tags.removeAllViewsInLayout();
  51. ^
  52. symbol: variable tags
  53. location: variable binding of type ActivityMucDetailsBinding
  54. /home/pop-pc/cheogram-android/src/main/java/eu/siacs/conversations/ui/ConferenceDetailsActivity.java:641: error: cannot find symbol
  55. final TextView tv = (TextView) inflater.inflate(R.layout.list_item_tag, binding.tags, false);
  56. ^
  57. symbol: variable tags
  58. location: variable binding of type ActivityMucDetailsBinding
  59. /home/pop-pc/cheogram-android/src/main/java/eu/siacs/conversations/ui/ConferenceDetailsActivity.java:644: error: cannot find symbol
  60. binding.tags.addView(tv);
  61. ^
  62. symbol: variable tags
  63. location: variable binding of type ActivityMucDetailsBinding
  64. Note: Some input files use or override a deprecated API.
  65. Note: Recompile with -Xlint:deprecation for details.
  66. Note: Some input files use unchecked or unsafe operations.
  67. Note: Recompile with -Xlint:unchecked for details.
  68. 12 errors
  69.  
  70. > Task :compileCheogramFreeDebugJavaWithJavac FAILED
  71.  
  72. FAILURE: Build failed with an exception.
  73.  
  74. * What went wrong:
  75. Execution failed for task ':compileCheogramFreeDebugJavaWithJavac'.
  76. > Compilation failed; see the compiler error output for details.
  77.  
  78. * Try:
  79. > Run with --stacktrace option to get the stack trace.
  80. > Run with --info or --debug option to get more log output.
  81. > Run with --scan to get full insights.
  82.  
  83. * Get more help at https://help.gradle.org
  84.  
  85. Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
  86.  
  87. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
  88.  
  89. See https://docs.gradle.org/7.3.3/userguide/command_line_interface.html#sec:command_line_warnings
  90.  
  91. BUILD FAILED in 4s
  92. 17 actionable tasks: 1 executed, 16 up-to-date
  93. (base) pop-pc@pop-os:~/cheogram-android$
  94.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement