Advertisement
Guest User

Untitled

a guest
May 17th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. :app:mergeDebugResources UP-TO-DATE
  2. :app:createDebugCompatibleScreenManifests UP-TO-DATE
  3. :app:processDebugManifest UP-TO-DATE
  4. :app:splitsDiscoveryTaskDebug UP-TO-DATE
  5. :app:processDebugResources UP-TO-DATE
  6. :app:generateDebugSources UP-TO-DATE
  7. :app:javaPreCompileDebug UP-TO-DATE
  8. C:\Users\Luca\Desktop\OCR\OCR\platforms\android\app\src\main\java\com\abbyy\mobile\rtr\cordova\activities\DataCaptureActivity.java:137: error: cannot find symbol
  9.                                                 for( IDataCaptureService.TextLine line : field.Components ) {
  10.                                                                         ^
  11.   symbol:   class TextLine
  12.   location: interface IDataCaptureService
  13. C:\Users\Luca\Desktop\OCR\OCR\platforms\android\app\src\main\java\com\abbyy\mobile\rtr\cordova\surfaces\DataCaptureSurfaceView.java:46: error: cannot find symbol
  14.                                 for( IDataCaptureService.TextLine component : field.Components ) {
  15.                                                         ^
  16.   symbol:   class TextLine
  17.   location: interface IDataCaptureService
  18. Note: Some input files use or override a deprecated API.
  19. Note: Recompile with -Xlint:deprecation for details.
  20. Note: C:\Users\Luca\Desktop\OCR\OCR\platforms\android\app\src\main\java\com\abbyy\mobile\rtr\cordova\RtrPlugin.java uses unchecked or unsafe operations.
  21. Note: Recompile with -Xlint:unchecked for details.
  22. 2 errors
  23. :app:compileDebugJavaWithJavac FAILED
  24.  
  25. 27 actionable tasks: 1 executed, 26 up-to-date
  26. FAILURE: Build failed with an exception.
  27.  
  28. * What went wrong:
  29. Execution failed for task ':app:compileDebugJavaWithJavac'.
  30. > Compilation failed; see the compiler error output for details.
  31.  
  32. * Try:
  33. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  34.  
  35. * Get more help at https://help.gradle.org
  36.  
  37. BUILD FAILED in 2s
  38. cmd: Command failed with exit code 1 Error output:
  39. C:\Users\Luca\Desktop\OCR\OCR\platforms\android\app\src\main\java\com\abbyy\mobile\rtr\cordova\activities\DataCaptureActivity.java:137: error: cannot find symbol
  40.                                                 for( IDataCaptureService.TextLine line : field.Components ) {
  41.                                                                         ^
  42.   symbol:   class TextLine
  43.   location: interface IDataCaptureService
  44. C:\Users\Luca\Desktop\OCR\OCR\platforms\android\app\src\main\java\com\abbyy\mobile\rtr\cordova\surfaces\DataCaptureSurfaceView.java:46: error: cannot find symbol
  45.                                 for( IDataCaptureService.TextLine component : field.Components ) {
  46.                                                         ^
  47.   symbol:   class TextLine
  48.   location: interface IDataCaptureService
  49. Note: Some input files use or override a deprecated API.
  50. Note: Recompile with -Xlint:deprecation for details.
  51. Note: C:\Users\Luca\Desktop\OCR\OCR\platforms\android\app\src\main\java\com\abbyy\mobile\rtr\cordova\RtrPlugin.java uses unchecked or unsafe operations.
  52. Note: Recompile with -Xlint:unchecked for details.
  53. 2 errors
  54.  
  55. FAILURE: Build failed with an exception.
  56.  
  57. * What went wrong:
  58. Execution failed for task ':app:compileDebugJavaWithJavac'.
  59. > Compilation failed; see the compiler error output for details.
  60.  
  61. * Try:
  62. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  63.  
  64. * Get more help at https://help.gradle.org
  65.  
  66. BUILD FAILED in 2s
  67. [ERROR] An error occurred while running subprocess cordova.
  68.  
  69.         cordova build android exited with exit code 1.
  70.  
  71.         Re-running this command with the --verbose flag may provide more information.
  72. PS C:\Users\Luca\Desktop\OCR\OCR>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement