git repos for common.js...

You must Login before you can answer or comment on any questions.

I was looking for some working examples of using common.js on git. does anyone have some intersting examples. I am just looking to polish up my style.

1 Answer

If you mean an example project which incorporates commonJS have a look HERE

— answered 10 months ago by Trevor Ward
answer permalink
2 Comments
  • very cool concept on iPHONE...
    but on first try, I am having issues on android.

    [INFO] Compiling localization files
    [ERROR] Exception occured while building Android project:
    [ERROR] Traceback (most recent call last):
    [ERROR]   File "/Users/vyoumans/Library/Application Support/Titanium/mobilesdk/osx/2.1.0.GA/android/builder.py", line 2206, in <module>
    [ERROR]     s.build_and_run(False, avd_id, debugger_host=debugger_host)
    [ERROR]   File "/Users/vyoumans/Library/Application Support/Titanium/mobilesdk/osx/2.1.0.GA/android/builder.py", line 1970, in build_and_run
    [ERROR]     self.manifest_changed = self.generate_android_manifest(compiler)
    [ERROR]   File "/Users/vyoumans/Library/Application Support/Titanium/mobilesdk/osx/2.1.0.GA/android/builder.py", line 952, in generate_android_manifest
    [ERROR]     shutil.copy(icon_path, dest_icon)
    [ERROR]   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 116, in copy
    [ERROR]     copyfile(src, dst)
    [ERROR]   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 81, in copyfile
    [ERROR]     with open(src, 'rb') as fsrc:
    [ERROR] IOError: [Errno 2] No such file or directory: u'/Users/vyoumans/Documents/Titanium Studio Workspace/common.js/sw01/build/android/bin/assets/Resources/appicon.png'
    [ERROR] Application Installer abnormal process termination. Process exit value was 1
    I will try debugging a bit... see if I can fix this.

    — commented 10 months ago by vincent youmans

  • try doing a clean build ....

    — commented 10 months ago by Trevor Ward

Your Answer

Think you can help? Login to answer this question!