Search code examples
androidtitaniumtitanium-mobile

Application Installer abnormal process termination(android)


My iphone projects run fine but while running android projects
(mobile sdk 2.1.1,2.1.2,2.1.3GA checked all). I have tried clean builds, also replaced titanium sdk build 2.1.3 from appcelerator builds but the console gets the following exceptions

ERROR] Exception occured while building Android project:
[ERROR] Traceback (most recent call last):
[ERROR]   File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/android/builder.py", line 2282, in <module>
[ERROR]     s.run_emulator(avd_id, avd_skin, avd_name, avd_abi, add_args)
[ERROR]   File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/android/builder.py", line 567, in run_emulator
[ERROR]     handler(3,None)
[ERROR]   File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/android/builder.py", line 552, in handler
[ERROR]     os.kill(p.pid, signal.SIGTERM)
[ERROR] OSError: [Errno 3] No such process

I have also run configurations as trace,debug but no success

[ERROR] Application Installer abnormal process termination. Process exit value was 1
[ERROR] Timed out waiting for emulator to be ready, you may need to close the emulator and try again

Solution

  • Answer to my Question

    I re-installed android package (2.2) it give me error while setting path (no sdk home ) i created android-sdk-home folder and placed the contents (Tools.platform-tools etc folders) in it ,it worked for me