Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.14 KB | None | 0 0
  1. [INFO]:    Detected highest available build tools version to be 28.0.3
  2. [INFO]:        Building with gradle, as gradle executable is present
  3. [DEBUG]:   -> running gradlew assembleDebug
  4. [DEBUG]:    Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
  5. [DEBUG]:    > Configuring > 0/1 projects > root project > Resolving dependenIncremental java compilation is an incubating feature.
  6. [DEBUG]:    > Configuring > 1/1 projects > Resolving dependencies ':_debugUn:preBuild UP-TO-DATE
  7. [DEBUG]:    :preDebugBuild UP-TO-DATE
  8. [DEBUG]:    :checkDebugManifest
  9. [DEBUG]:    :prepareDebugDependencies
  10. [DEBUG]:    :compileDebugAidl UP-TO-DATE
  11. [DEBUG]:    :compileDebugRenderscript UP-TO-DATE
  12. [DEBUG]:    :generateDebugBuildConfig UP-TO-DATE
  13. [DEBUG]:    :generateDebugResValues UP-TO-DATE
  14. [DEBUG]:    :generateDebugResources UP-TO-DATE
  15. [DEBUG]:    :mergeDebugResources
  16. [DEBUG]:    :processDebugManifest UP-TO-DATE
  17. [DEBUG]:    :processDebugResources
  18. [DEBUG]:    :generateDebugSources
  19. [DEBUG]:    :incrementalDebugJavaCompilationSafeguard UP-TO-DATE
  20. [DEBUG]:    :javaPreCompileDebug
  21. [DEBUG]:    :compileDebugJavaWithJavac
  22. [DEBUG]:    :compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
  23. [DEBUG]:    /home/pl/Desktop/X/.buildozer/android/platform/build/dists/myapp/src/main/java/org/kivy/android/PythonService.java:97: error: cannot find symbol
  24. [DEBUG]:            notification.setLatestEventInfo(context, serviceTitle, serviceDescription, pIntent);
  25. [DEBUG]:                        ^
  26. [DEBUG]:      symbol:   method setLatestEventInfo(Context,String,String,PendingIntent)
  27. [DEBUG]:      location: variable notification of type Notification
  28. [DEBUG]:    Note: Some input files use or override a deprecated API.
  29. [DEBUG]:    Note: Recompile with -Xlint:deprecation for details.
  30. [DEBUG]:    1 error
  31. [DEBUG]:    :compileDebugJavaWithJavac FAILED
  32. [DEBUG]:    
  33. [DEBUG]:    FAILURE: Build failed with an exception.
  34. [DEBUG]:    
  35. [DEBUG]:    * What went wrong:
  36. [DEBUG]:    Execution failed for task ':compileDebugJavaWithJavac'.
  37. [DEBUG]:    > Compilation failed; see the compiler error output for details.
  38. [DEBUG]:    
  39. [DEBUG]:    * Try:
  40. [DEBUG]:    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  41. [DEBUG]:    
  42. [DEBUG]:    BUILD FAILED
  43. [DEBUG]:    
  44. [DEBUG]:    Total time: 7.404 secs
  45. Exception in thread background thread for pid 4453:
  46. Traceback (most recent call last):
  47.  File "/home/pl/anaconda3/lib/python3.6/threading.py", line 916, in _bootstrap_inner
  48.    self.run()
  49.  File "/home/pl/anaconda3/lib/python3.6/threading.py", line 864, in run
  50.    self._target(*self._args, **self._kwargs)
  51.  File "/home/pl/.local/lib/python3.6/site-packages/sh.py", line 2170, in background_thread
  52.    handle_exit_code(exit_code)
  53.  File "/home/pl/.local/lib/python3.6/site-packages/sh.py", line 1929, in fn
  54.    return self.command.handle_command_exit_code(exit_code)
  55.  File "/home/pl/.local/lib/python3.6/site-packages/sh.py", line 672, in handle_command_exit_code
  56.    raise exc
  57. sh.ErrorReturnCode_1:
  58.  
  59.  RAN: ./gradlew assembleDebug
  60.  
  61.  STDOUT:
  62. Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
  63. Incremental java compilation is an incubating feature.
  64. :preBuild UP-TO-DATE
  65. :preDebugBuild UP-TO-DATE
  66. :checkDebugManifest
  67. :prepareDebugDependencies
  68. :compileDebugAidl UP-TO-DATE
  69. :compileDebugRenderscript UP-TO-DATE
  70. :generateDebugBuildConfig UP-TO-DATE
  71. :generateDebugResValues UP-TO-DATE
  72. :generateDebugResources UP-TO-DATE
  73. :mergeDebugResources
  74. :processDebugManifest UP-TO-DATE
  75. :processDebugResources
  76. :generateDebugSources
  77. :incrementalDebugJavaCompilationSafeguard UP-TO-DATE
  78. :javaPreCompileDebug
  79. :compileDebugJavaWithJavac
  80. :compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
  81. /home/pl/Desktop/X/.buildozer/android/platform/build/dists/myapp/src/main/java/org/kivy/android/PythonService.java:97: error: cannot find symbol
  82.        notification.setLatestEventInfo(context, serviceTitle, serviceDescription, pIntent);
  83.                    ^
  84.  symbol:   method setLatestEventInfo(Context,String,String,PendingIntent)
  85.  location: variable notification of type Notification
  86. Note: Some input files use or override a deprecated API.
  87. Note: Recompile with -Xlint:deprecation for details.
  88. 1 error
  89. :compileDebugJavaWithJavac FAILED
  90.  
  91. FAILURE: Build failed with an exception.
  92.  
  93. * What went wrong:
  94. Execution failed for task ':compileDebugJavaWithJavac'.
  95. > Compilation failed; see the compiler error output for details.
  96.  
  97. * Try:
  98. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  99.  
  100. BUILD FAILED
  101.  
  102. Total time: 7.404 secs
  103.  
  104.  
  105.  STDERR:
  106.  
  107.  
  108. [DEBUG]:    
  109. [INFO]:    STDOUT (last 20 lines of 42):
  110.       symbol:   method setLatestEventInfo(Context,String,String,PendingIntent) 
  111.   location: variable notification of type Notification 
  112. Note: Some input files use or override a deprecated API.   
  113. Note: Recompile with -Xlint:deprecation for details.   
  114. 1 error
  115. :compileDebugJavaWithJavac FAILED  
  116.    
  117. FAILURE: Build failed with an exception.   
  118.    
  119. * What went wrong: 
  120. Execution failed for task ':compileDebugJavaWithJavac'.
  121. > Compilation failed; see the compiler error output for details.   
  122.    
  123. * Try: 
  124. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. 
  125.    
  126. BUILD FAILED   
  127.    
  128. Total time: 7.404 secs 
  129.  
  130. [INFO]:    STDERR:
  131.    
  132. [INFO]:    COMMAND:
  133. cd /home/pl/Desktop/X/.buildozer/android/platform/build/dists/myapp && ./gradlew assembleDebug
  134.  
  135. [WARNING]: ERROR: ./gradlew failed!
  136. b'e/pl/Desktop/X/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/expatreader.py ...\nCompiling /home/pl/Desktop/X/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/handler.py ...\nCompiling /home/pl/Desktop/X/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/saxutils.py ...\nCompiling /home/pl/Desktop/X/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/xml/sax/xmlreader.py ...\n'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement