Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. Incremental java compilation is an incubating feature.
  2. :clean
  3. :app:clean
  4. :lib:clean
  5. :app:preBuild UP-TO-DATE
  6. :app:preDebugBuild UP-TO-DATE
  7. :app:checkDebugManifest
  8. :app:preReleaseBuild UP-TO-DATE
  9. :lib:preBuild UP-TO-DATE
  10. :lib:preReleaseBuild UP-TO-DATE
  11. :lib:compileReleaseNdk UP-TO-DATE
  12. :lib:compileLint
  13. :lib:copyReleaseLint UP-TO-DATE
  14. :lib:mergeReleaseProguardFiles UP-TO-DATE
  15. :lib:packageReleaseRenderscript UP-TO-DATE
  16. :lib:checkReleaseManifest
  17. :lib:prepareReleaseDependencies
  18. :lib:compileReleaseRenderscript
  19. :lib:generateReleaseResValues UP-TO-DATE
  20. :lib:generateReleaseResources
  21. :lib:packageReleaseResources
  22. :lib:compileReleaseAidl
  23. :lib:generateReleaseBuildConfig
  24. :lib:generateReleaseAssets UP-TO-DATE
  25. :lib:mergeReleaseAssets
  26. :lib:processReleaseManifest
  27. :lib:processReleaseResources
  28. :lib:generateReleaseSources
  29. :lib:compileReleaseJavaWithJavac
  30. Note: Some input files use unchecked or unsafe operations.
  31. Note: Recompile with -Xlint:unchecked for details.
  32. :lib:processReleaseJavaRes UP-TO-DATE
  33. :lib:transformResourcesWithMergeJavaResForRelease
  34. :lib:transformClassesAndResourcesWithSyncLibJarsForRelease
  35. :lib:mergeReleaseJniLibFolders
  36. :lib:transformNative_libsWithMergeJniLibsForRelease
  37. :lib:transformNative_libsWithSyncJniLibsForRelease
  38. :lib:bundleRelease
  39. :app:prepareComAndroidSupportAnimatedVectorDrawable2340Library
  40. :app:prepareComAndroidSupportAppcompatV72340Library
  41. :app:prepareComAndroidSupportSupportV42340Library
  42. :app:prepareComAndroidSupportSupportVectorDrawable2340Library
  43. :app:prepareScriptoLibUnspecifiedLibrary
  44. :app:prepareDebugDependencies
  45. :app:compileDebugAidl
  46. :app:compileDebugRenderscript
  47. :app:generateDebugBuildConfig
  48. :app:generateDebugAssets UP-TO-DATE
  49. :app:mergeDebugAssets
  50. :app:generateDebugResValues UP-TO-DATE
  51. :app:generateDebugResources
  52. :app:mergeDebugResources
  53. :app:processDebugManifest
  54. :app:processDebugResources
  55. :app:generateDebugSources
  56. :app:compileDebugJavaWithJavac
  57. An exception has occurred in the compiler (1.8.0_101). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) fo
  58. r duplicates. Include your program and the following diagnostic in your report. Thank you.
  59. com.sun.tools.javac.code.Symbol$CompletionFailure: class file for java.lang.invoke.MethodType not found
  60. :app:compileDebugJavaWithJavac FAILED
  61. :app:compileRetrolambdaDebug
  62.  
  63. FAILURE: Build failed with an exception.
  64.  
  65. * What went wrong:
  66. Execution failed for task ':app:compileDebugJavaWithJavac'.
  67. > Compilation failed; see the compiler error output for details.
  68.  
  69. * Try:
  70. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  71.  
  72. BUILD FAILED
  73.  
  74. Total time: 1 mins 4.885 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement