Advertisement
Guest User

bmx-ng android

a guest
Oct 8th, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.21 KB | None | 0 0
  1. Building hello
  2. Not Found : application settings file 'hello.android'. Using defaults...
  3. [100%] Linking:hello
  4. Buildfile: C:\BlitzMaxNG\samples\hello\android-project-hello\build.xml
  5.  
  6. -set-mode-check:
  7.  
  8. -set-debug-files:
  9.  
  10. -check-env:
  11.  [checkenv] Android SDK Tools Revision 24.3.3
  12.  [checkenv] Installed at C:\Users\home\AppData\Local\Android\android-sdk
  13.  
  14. -setup:
  15.      [echo] Project Name: hello
  16.   [gettype] Project Type: Application
  17.  
  18. -set-debug-mode:
  19.  
  20. -debug-obfuscation-check:
  21.  
  22. -pre-build:
  23.  
  24. -build-setup:
  25. [getbuildtools] Using latest Build Tools: 22.0.1
  26.      [echo] Resolving Build Target for hello...
  27. [gettarget] Project Target:   Android 4.4.2
  28. [gettarget] API level:        19
  29.      [echo] ----------
  30.      [echo] Creating output directories if needed...
  31.      [echo] ----------
  32.      [echo] Resolving Dependencies for hello...
  33. [dependency] Library dependencies:
  34. [dependency] No Libraries
  35. [dependency]
  36. [dependency] ------------------
  37.      [echo] ----------
  38.      [echo] Building Libraries with 'debug'...
  39.    [subant] No sub-builds to iterate on
  40.  
  41. -code-gen:
  42. [mergemanifest] Found Deleted Target File
  43. [mergemanifest] Merging AndroidManifest files into one.
  44. [mergemanifest] Manifest merger disabled. Using project manifest only.
  45.      [echo] Handling aidl files...
  46.      [aidl] No AIDL files to compile.
  47.      [echo] ----------
  48.      [echo] Handling RenderScript files...
  49.      [echo] ----------
  50.      [echo] Handling Resources...
  51.      [aapt] Found Deleted Target File
  52.      [aapt] Generating resource IDs...
  53.      [echo] ----------
  54.      [echo] Handling BuildConfig class...
  55. [buildconfig] No need to generate new BuildConfig.
  56.  
  57. -pre-compile:
  58.  
  59. -compile:
  60.     [javac] Compiling 2 source files to C:\BlitzMaxNG\samples\hello\android-project-hello\bin\classes
  61.  
  62. -post-compile:
  63.  
  64. -obfuscate:
  65.  
  66. -dex:
  67.       [dex] input: C:\BlitzMaxNG\samples\hello\android-project-hello\bin\classes
  68.       [dex] Found Deleted Target File
  69.       [dex] Converting compiled files and external libraries into C:\BlitzMaxNG\samples\hello\android-project-hello\bin\classes.dex...
  70.  
  71. -crunch:
  72.    [crunch] Crunching PNG Files in source dir: C:\BlitzMaxNG\samples\hello\android-project-hello\res
  73.    [crunch] To destination dir: C:\BlitzMaxNG\samples\hello\android-project-hello\bin\res
  74.    [crunch] Crunched 0 PNG files to update cache
  75.  
  76. -package-resources:
  77.      [aapt] Found Deleted Target File
  78.      [aapt] Creating full resource package...
  79.  
  80. -package:
  81. [apkbuilder] Found Deleted Target File
  82. [apkbuilder] Creating hello-debug-unaligned.apk and signing it with a debug key...
  83.  
  84. -post-package:
  85.  
  86. -do-debug:
  87.  [zipalign] Running zip align on final apk...
  88.      [echo] Debug Package: C:\BlitzMaxNG\samples\hello\android-project-hello\bin\hello-debug.apk
  89. [propertyfile] Updating property file: C:\BlitzMaxNG\samples\hello\android-project-hello\bin\build.prop
  90. [propertyfile] Updating property file: C:\BlitzMaxNG\samples\hello\android-project-hello\bin\build.prop
  91. [propertyfile] Updating property file: C:\BlitzMaxNG\samples\hello\android-project-hello\bin\build.prop
  92. [propertyfile] Updating property file: C:\BlitzMaxNG\samples\hello\android-project-hello\bin\build.prop
  93.  
  94. -post-build:
  95.  
  96. debug:
  97.  
  98. BUILD SUCCESSFUL
  99. Total time: 2 seconds
  100.  
  101. Process complete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement