2014-11-01 61 views
0

我使用钛工作室3.4,我想在Android模拟器genemotion API运行我的应用程序每次18应用程序安装程序异常进程终止。进程退出值为8

我得到这个错误后

[INFO] : Making sure the adb server is running 

events.js:72 
     throw er; // Unhandled 'error' event 
      ^
Error: spawn OK 
    at errnoException (child_process.js:1000:11) 
    at ChildProcess._handle.onexit (child_process.js:791:34) 
[ERROR] Application Installer abnormal process termination. Process exit value was 8 
+0

也许这可能会帮助你:http://developer.appcelerator.com/question/140526/solution-application-installer-abnormal-process-termination – 2014-11-01 12:53:32

+0

有你解决了你的问题? – 2015-04-09 08:28:51

回答

-1

使用Android SDK工具,而不是内置Genymotions SDk 我解决了我的问题与此

相关问题