Create New Mobile Project

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

I have several projects working under Titanium. For some reason, I can no longer create new mobile projects. I can still run my previous projects, but cannot create a new project. I've uninstalled and reinstalled the JDK, Android SDK and Titanium. The error I'm getting is "Unable to create new project. Traceback(most recent call last): File C:\Users\Brian\AppData\Roaming\Titanium\mobilesdk\win32\1.8.2\project.py", line 108, in <module> main(sys.argv)

— asked 1 year ago by Brian Jackson
6 Comments
  • I'd suggest you take a look at the Using Questions and Answers article, specifically the Q&A Question Checklist. It will make your experience here much more enjoyable.


    Give us a bit more of the log so we have some context for the error you posted.

    Versions of TiStudio, SDK, OS (i am assuming windows, but what version)

    — commented 1 year ago by Stephen Feather

  • I'm running Windows 7 64-bit. I've downloaded the latest version of Titanium.

    Here's the error msg

    Traceback (most recent call last):
      File "C:\Users\Brian\AppData\Roaming\Titanium\mobilesdk\win32\1.8.2\project.py", line 108, in <module>
        main(sys.argv)
      File "C:\Users\Brian\AppData\Roaming\Titanium\mobilesdk\win32\1.8.2\project.py", line 101, in main
        shutil.copy(os.path.join(all_dir,file),os.path.join(resources_dir,file))
      File "C:\Users\Brian\AppData\Local\Titanium Studio\plugins\com.appcelerator.titanium.python.win32_1.0.0.1313011725\python\lib\shutil.py", line 85, in copy
        copyfile(src, dst)
      File "C:\Users\Brian\AppData\Local\Titanium Studio\plugins\com.appcelerator.titanium.python.win32_1.0.0.1313011725\python\lib\shutil.py", line 51, in copyfile
        fsrc = open(src, 'rb')
    IOError: [Errno 2] No such file or directory: 'C:\\Users\\Brian\\AppData\\Roaming\\Titanium\\mobilesdk\\win32\\1.8.2\\all\\app.js'

    — commented 1 year ago by Brian Jackson

  • Here's the log file

    — commented 1 year ago by Brian Jackson

  • Show 3 more comments

1 Answer

If you are comfortable with command line, we could see if the problem is the script or a problem with TiStudio calling the script.

Usage: project.py <name> <id> <directory> [iphone,android,mobileweb] [android_sdk]

Your Answer

Think you can help? Login to answer this question!