Advertisement
Guest User

Untitled

a guest
Nov 4th, 2015
1,042
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. __ __ __ __ __
  2. / //_/ ____ / /_ ____ _ / / / /_
  3. / ,< / __ \ / __ \ / __ `/ / / / __/
  4. / /| | / /_/ / / /_/ // /_/ / / / / /_
  5. /_/ |_| \____/ /_.___/ \__,_/ /_/ \__/ 0.216
  6.  
  7. Applying plug-in Android on project {JavaProject name:codepath.apps.demointroandroid}
  8. ╔═════════════════════════════════════════════════╗
  9. ║ Building project codepath.apps.demointroandroid ║
  10. ╚═════════════════════════════════════════════════╝
  11. ========== codepath.apps.demointroandroid:clean
  12. ========== codepath.apps.demointroandroid:generateR
  13. Success:
  14. Crunching PNG Files in source dir: app/src/main/res
  15. To destination dir: /Users/beust/android/intro_android_demo/app/build/intermediates/res/debug
  16. Crunched 0 PNG files to update cache
  17. Success:
  18.  
  19. ========== codepath.apps.demointroandroid:compile
  20. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  21. 1 warning
  22. ========== codepath.apps.demointroandroid:generateDex
  23. Success:
  24.  
  25. Success:
  26. 'classes.dex'...
  27. ========== codepath.apps.demointroandroid:signApk
  28. Success:
  29. jar signed.
  30.  
  31. Warning:
  32. No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2044-11-27) or after any future revocation date.
  33. Created /Users/beust/android/intro_android_demo/app/build/intermediates/resources/resources-debug/resources-debug.apk
  34. ========== codepath.apps.demointroandroid:assemble
  35. Time to Build: 4349 ms
  36. BUILD SUCCESSFUL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement