0

After I upgrade Titanium to 3.1.3, I can't run existing Alloy project.

When I run existing Alloy project with Emulator, I get an error:

Titanium Command-Line Interface, CLI version 3.1.2, Titanium SDK version 3.1.1.GA 
Copyright (c) 2012-2013, Appcelerator, Inc.  All Rights Reserved. 
[ERROR] Application Installer abnormal process termination. Process exit value was 8

https://i.stack.imgur.com/eShGA.png

When I create new project (File/New/Mobile Project), I can't find Alloy. https://i.stack.imgur.com/8oe5W.png

daniula
  • 6,898
  • 4
  • 32
  • 49
Noob
  • 1
  • 2

2 Answers2

0

Make sure that you have installed Alloy, Node JS. If you have installed Alloy, have a look at Solution for application installer abnormal process termination. It may help you.

Anand
  • 5,323
  • 5
  • 44
  • 58
0

Check the /home/{username}/tmp directory's permissions (755 in linux) or delete it.

JNYRanger
  • 6,829
  • 12
  • 53
  • 81