Eliminate abnormal termination of the application installer process

[ERROR] Application Installer abnormal process termination. Process exit value was 1 Thu May 14 2015 10:23:15 GMT+0530 Operating System Name = Microsoft Windows 8.1 Enterprise Version = 6.3.9600 Architecture = 32bit # CPUs = 4 Memory = 8468078592 Node.js Node.js Version = 0.10.13 npm Version = 1.3.2 Titanium CLI CLI Version = 3.4.2 Titanium SDK SDK Version = 3.5.1.GA SDK Path = D:\Programes\Titanium\titaniumsdk\mobilesdk\win32\3.5.1.GA Target Platform = android Command node C:\Users\sameera\AppData\Roaming\npm\node_modules\titanium\bin\titanium --no-colors --no-progress-bars --no-prompt build --platform android --log-level trace --sdk 3.5.1.GA --project-dir E:\NavotarLatest --target emulator --android-sdk D:\Programes\Titanium\androidsdk --device-id titanium_1_WVGA800 --skip-js-minify --skip-js-minify 

Can you help me? I tried with LG G2 and with the nexus 4 emulator. The result is the same. I feel that there is a compatibility issue in one of the dependencies.

+6
source share
2 answers

I have the same problem many times and every time, but I fixed my problem
with the removal of titanium sdk and installing a newer version, I know that it may not fix it, but it works for me many times, trying to remove node.js, and if that doesn’t work, you can try genymotion emulater, and you can also drag and drop the apk file directly to your device the way you can do it with the genymotion emulator

+3
source

In my case , working with the same version of nodejs and the Ti sdk version on mac, I found that there is incompatibility between the two versions. so I discarded the Ti version to match the nodejs version. the problem is solved. or you can try installing
http://www.appcelerator.com/blog/2015/03/titanium-sdk-3-5-1-ga-now-available-with-node-0-12-support/

(ps: windows don't give the correct error arrays for debugging titanium, like a Mac)

0
source

Source: https://habr.com/ru/post/987177/


All Articles