Advertisement
Guest User

Untitled

a guest
May 16th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. C:\Users\Luca\Desktop\Final\salve\platforms\android\app\src\main\java\com\abbyy\mobile\rtr\cordova\activities\DataCaptureActivity.java:137: error: cannot find symbol
  2.                                                 for( IDataCaptureService.TextLine line : field.Components ) {
  3.                                                                         ^
  4.   symbol:   class TextLine
  5.   location: interface IDataCaptureService
  6. C:\Users\Luca\Desktop\Final\salve\platforms\android\app\src\main\java\com\abbyy\mobile\rtr\cordova\surfaces\DataCaptureSurfaceView.java:46: error: cannot find symbol
  7.                                 for( IDataCaptureService.TextLine component : field.Components ) {
  8.                                                         ^
  9.   symbol:   class TextLine
  10.   location: interface IDataCaptureService
  11. Note: Some input files use or override a deprecated API.
  12. Note: Recompile with -Xlint:deprecation for details.
  13. Note: C:\Users\Luca\Desktop\Final\salve\platforms\android\app\src\main\java\com\abbyy\mobile\rtr\cordova\RtrPlugin.java uses unchecked or unsafe operations.
  14. Note: Recompile with -Xlint:unchecked for details.
  15. 2 errors
  16.  
  17. FAILURE: Build failed with an exception.
  18.  
  19. * What went wrong:
  20. Execution failed for task ':app:compileDebugJavaWithJavac'.
  21. > Compilation failed; see the compiler error output for details.
  22.  
  23. * Try:
  24. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  25.  
  26. * Get more help at https://help.gradle.org
  27.  
  28. BUILD FAILED in 2s
  29. > Task :app:compileDebugJavaWithJavac FAILED
  30. 24 actionable tasks: 1 executed, 23 up-to-date
  31. C:\Users\Luca\Desktop\Final\salve\platforms\android\gradlew: Command failed with exit code 1 Error output:
  32. C:\Users\Luca\Desktop\Final\salve\platforms\android\app\src\main\java\com\abbyy\mobile\rtr\cordova\activities\DataCaptureActivity.java:137: error: cannot find symbol
  33.                                                 for( IDataCaptureService.TextLine line : field.Components ) {
  34.                                                                         ^
  35.   symbol:   class TextLine
  36.   location: interface IDataCaptureService
  37. C:\Users\Luca\Desktop\Final\salve\platforms\android\app\src\main\java\com\abbyy\mobile\rtr\cordova\surfaces\DataCaptureSurfaceView.java:46: error: cannot find symbol
  38.                                 for( IDataCaptureService.TextLine component : field.Components ) {
  39.                                                         ^
  40.   symbol:   class TextLine
  41.   location: interface IDataCaptureService
  42. Note: Some input files use or override a deprecated API.
  43. Note: Recompile with -Xlint:deprecation for details.
  44. Note: C:\Users\Luca\Desktop\Final\salve\platforms\android\app\src\main\java\com\abbyy\mobile\rtr\cordova\RtrPlugin.java uses unchecked or unsafe operations.
  45. Note: Recompile with -Xlint:unchecked for details.
  46. 2 errors
  47.  
  48. FAILURE: Build failed with an exception.
  49.  
  50. * What went wrong:
  51. Execution failed for task ':app:compileDebugJavaWithJavac'.
  52. > Compilation failed; see the compiler error output for details.
  53.  
  54. * Try:
  55. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  56.  
  57. * Get more help at https://help.gradle.org
  58.  
  59. BUILD FAILED in 2s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement