Advertisement
Guest User

Untitled

a guest
Aug 9th, 2017
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. appc ti build -p android -T device
  2. Appcelerator Command-Line Interface, version 6.2.3
  3. Copyright (c) 2014-2017, Appcelerator, Inc. All Rights Reserved.
  4.  
  5. 2017-08-09 20:24:14
  6.  
  7. Operating System
  8. Name = Microsoft Windows 10 Home
  9. Version = 10.0.15063
  10. Architecture = 64bit
  11. # CPUs = 8
  12. Memory = 8451432448
  13.  
  14. Node.js
  15. Node.js Version = 4.8.4
  16. npm Version = 2.15.11
  17.  
  18. Titanium CLI
  19. CLI Version = 5.0.14
  20.  
  21. Titanium SDK
  22. SDK Version = 6.1.2.GA
  23. SDK Path = C:\ProgramData\Titanium\mobilesdk\win32\6.1.2.GA
  24. Target Platform = android
  25.  
  26. Command
  27. C:\Users\X\AppData\Roaming\nvm\v4.8.4\node.exe C:\Users\X\.appcelerator\install\6.2.3\package\node_modules\titanium\lib\titanium.js build -p android -T device --config-file C:\Users\X\AppData\Local\Temp\build-1502303049093.json --log-level info --no-banner --project-dir C:\Users\X\Documents\SITES\speechtest
  28.  
  29. [INFO] Auto selecting device that closest matches 6.0
  30. [INFO] Auto selected device Xperia Z3C 7.1.2
  31. [INFO] Found Titanium module id=hyperloop version=2.1.3 platform=android deploy-type=test path=C:\ProgramData\Application Data\Titanium\modules\android\hyperloop\2.1.3
  32. [INFO] Found Titanium module id=ti.cloud version=3.2.11 platform=commonjs deploy-type=test path=C:\ProgramData\Application Data\Titanium\modules\commonjs\ti.cloud\3.2.11
  33. [INFO] Found Titanium plugin id=ti.alloy version=1.0
  34. [INFO] Found Titanium plugin id=hyperloop version=latest
  35. [INFO] Deploy type: test
  36. [INFO] Building for target: device
  37. [INFO] Building for device: YT9113PKZP
  38. [INFO] Targeting Android SDK API: 23
  39. [INFO] Building for the following architectures: armeabi-v7a, x86
  40. [INFO] Signing with keystore: C:\ProgramData\Titanium\mobilesdk\win32\6.1.2.GA\android\dev_keystore (tidev)
  41. [INFO] Debugging disabled
  42. [INFO] Profiler disabled
  43. [INFO] Forcing rebuild: C:\Users\X\Documents\SITES\speechtest\build\android\build-manifest.json does not exist
  44. [INFO] Found Alloy app in C:\Users\X\Documents\SITES\speechtest\app
  45. [INFO] Executing Alloy compile: C:\Program Files\nodejs\node.exe C:\Users\X\.appcelerator\install\6.2.3\package\node_modules\alloy\bin\alloy compile C:\Users\X\Documents\SITES\speechtest\app --config platform=android,version=0,simtype=none,devicefamily=none,deploytype=test,target=device
  46. [INFO] [config.json] config.json unchanged, using cached config.json...
  47. [INFO] ----- MVC GENERATION -----
  48. [INFO] [global style] loading from cache...
  49. [INFO] [index.xml] view processing...
  50. [INFO] style: "index.tss"
  51. [INFO] view: "index.xml"
  52. [INFO] controller: "index.js"
  53. [INFO] created: "Resources\android\alloy\controllers\index.js"
  54. [INFO] created: "Resources\android\alloy\styles\index.js"
  55. [INFO]
  56. [INFO] [app.js] using cached app.js...
  57. [INFO]
  58. [INFO] ----- OPTIMIZING -----
  59. [INFO] - alloy\CFG.js
  60. [INFO] - android\alloy.js
  61. [INFO] - android\alloy\sync\localStorage.js
  62. [INFO] - android\alloy\sync\properties.js
  63. [INFO] - android\alloy\sync\sql.js
  64. [INFO]
  65. [INFO] Alloy compiled in 0.6027s
  66. [INFO] Alloy compiler completed successfully
  67. [INFO] Starting Hyperloop assembly
  68. [INFO] [Hyperloop] Generating system metabase
  69. An uncaught exception was thrown!
  70. spawn javac ENOENT
  71. spawn javac ENOENT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement