Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. $ ./gradlew build
  2.  
  3. > Task :app:compileDevDebugJavaWithJavac
  4. warning: Fields of classes not annotated with StorIOContentResolverType which have parents annotated with StorIOContentResolverType will be skipped (e.g. AutoValue case)
  5. warning: Fields of classes not annotated with StorIOContentResolverType which have parents annotated with StorIOContentResolverType will be skipped (e.g. AutoValue case)
  6. warning: Fields of classes not annotated with StorIOContentResolverType which have parents annotated with StorIOContentResolverType will be skipped (e.g. AutoValue case)
  7. warning: Fields of classes not annotated with StorIOContentResolverType which have parents annotated with StorIOContentResolverType will be skipped (e.g. AutoValue case)
  8. warning: Fields of classes not annotated with StorIOContentResolverType which have parents annotated with StorIOContentResolverType will be skipped (e.g. AutoValue case)
  9. warning: Fields of classes not annotated with StorIOContentResolverType which have parents annotated with StorIOContentResolverType will be skipped (e.g. AutoValue case)
  10. Note: Some input files use or override a deprecated API.
  11. Note: Recompile with -Xlint:deprecation for details.
  12. Note: /home/orion/StudioProjects/doggymentor/app/build/generated/source/apt/dev/debug/com/nexis/doggymentor/data/models/AutoValue_ServiceResponseMessage.java uses unchecked or unsafe operations.
  13. Note: Recompile with -Xlint:unchecked for details.
  14. 6 warnings
  15. <=------------> 13% EXECUTING [4s]
  16.  
  17.  
  18. FAILURE: Build failed with an exception.
  19.  
  20. * What went wrong:
  21. Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDevDebug'.
  22. > java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex
  23.  
  24. * Try:
  25. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  26.  
  27. * Get more help at https://help.gradle.org
  28.  
  29. BUILD FAILED in 10s
  30. 21 actionable tasks: 20 executed, 1 up-to-date
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement