Advertisement
Guest User

Untitled

a guest
Mar 26th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. $ basil install native-android
  2. [addons] getting registry version for native-android
  3. [addons] reading addon registry
  4. [git] Cloning into '.'...
  5. [git] From https://github.com/gameclosure/addon-registry
  6. [git] * branch master -> FETCH_HEAD
  7. [git] Already up-to-date.
  8. [addons] Updated registry.
  9. [addons] Using version from SDK: release-0.1.8
  10. [addons] native-android not currently installed, installing now
  11. [addons] Downloading addon gameclosure/native-android
  12. [addons] URL: https://github.com/gameclosure/native-android
  13. [git] Cloning into '/home/roman/Coding/gameclosure/devkit/addons/native-android'...
  14. [addons] Addon installed!
  15. [git] error: pathspec 'release-0.1.8' did not match any file(s) known to git.
  16. (git exited with code 1)
  17. [addons] Could not find release-0.1.8 . Using master
  18. [git] Already on 'master'
  19. Running install.sh
  20. [sh] install.sh: 11: install.sh: [[: not found
  21. [sh] Submodule 'barista' (https://github.com/gameclosure/barista.git) registered for path 'barista'
  22. [sh] Submodule 'native-core' (https://github.com/gameclosure/native-core.git) registered for path 'native-core'
  23. [sh] Cloning into 'barista'...
  24. [sh] Submodule path 'barista': checked out 'd8df841821ff4d190e1c7f9af4f8f5d675cb2356'
  25. [sh] Cloning into 'native-core'...
  26. [sh] Submodule path 'native-core': checked out '26d2ac01271a719163ab5baa987e78020215ecd3'
  27. [sh] npm http GET https://registry.npmjs.org/wrench/1.3.9
  28. [sh] npm http 304 https://registry.npmjs.org/wrench/1.3.9
  29. [sh] wrench@1.3.9 node_modules/wrench
  30. [sh] Submodule 'barista' () registered for path 'barista'
  31. [sh] Submodule 'native-core' () registered for path 'native-core'
  32. [sh] android update project -p TeaLeaf --target android-15 --subprojects
  33. [sh] Updated project.properties
  34. [sh] Updated local.properties
  35. [sh] Added file TeaLeaf/proguard-project.txt
  36. [sh] android update project -p GCTestApp --target android-15 --subprojects
  37. [sh] Updated project.properties
  38. [sh] Updated local.properties
  39. [sh] Added file GCTestApp/proguard-project.txt
  40. [sh] node plugins/updatePlugins.js
  41. [sh] ndk-build -C TeaLeaf clean
  42. [sh] make[1]: Entering directory `/home/roman/Coding/gameclosure/devkit/addons/native-android/TeaLeaf'
  43. [sh] /home/roman/android/android-ndk/build/core/add-application.mk:128: Android NDK: WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersion 8 in ./AndroidManifest.xml
  44. [sh] Clean: andprof [armeabi]
  45. [sh] /bin/sh: 1: Syntax error: "(" unexpected
  46. [sh] make[1]: *** [clean-andprof-armeabi] Error 2
  47. [sh] make: *** [clean] Помилка 2
  48. [sh] make[1]: Leaving directory `/home/roman/Coding/gameclosure/devkit/addons/native-android/TeaLeaf'
  49. (sh exited with code 2)
  50. Install complete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement