【问题标题】:Titanium Build Project returns: Application Installer abnormal process termination. Process exit value was 1Titanium Build Project 返回:Application Installer 进程异常终止。进程退出值为 1
【发布时间】:2014-04-28 06:42:23
【问题描述】:

我是钛开发环境的新手,我刚刚在我的电脑上安装了钛、nodejs 和 android 框架。一切都很好,但是当我尝试运行我的项目时,它给了我这个日志:-

Titanium Command-Line Interface, CLI version 3.2.1, Titanium SDK version 3.2.2.GA
Copyright (c) 2012-2014, Appcelerator, Inc.  All Rights Reserved.
Please report bugs to http://jira.appcelerator.org/
[INFO] :   Deploy type: development
[INFO] :   Building for target: emulator
[INFO] :   Building for emulator: Nexus 7
[INFO] :   Targeting Android SDK: 19
[INFO] :   Building for the following architectures: armeabi, armeabi-v7a, x86
[INFO] :   Signing with keystore: C:\Users\adnig\AppData\Roaming\Titanium\mobilesdk\win32\3.2.2.GA\android\dev_keystore (tidev)
[INFO] :   Debugging disabled
[INFO] :   Profiler disabled
[INFO] :   Forcing rebuild: C:\Users\adnig\Documents\Titanium_Studio_Workspace\Work\build\android\build-manifest.json does not exist
[INFO] :   Launching emulator: Nexus 7
[INFO] :   Running: C:\Users\adnig\Downloads\Compressed\adt-bundle-windows-x86-20140321\adt-bundle-windows-x86-20140321\sdk\tools\emulator.exe "-avd" "Nexus 7" "-port" "5554" "-no-boot-anim" "-partition-size" "128"
[ERROR] Application Installer abnormal process termination. Process exit value was 1

我不知道这是什么问题。

【问题讨论】:

    标签: titanium titanium-mobile


    【解决方案1】:

    检查您是否安装了所需的 Android SDK。

    在您的情况下,您需要安装 Android SDK 19 或在 tiapp.xml 文件中进行更改。

    【讨论】:

      【解决方案2】:

      根据我使用 Titanium 的经验," Application Installer abnormal process termination. Process exit value was 1 " 错误是最常见的错误,它并不指向特定的东西。基本上,使您的应用程序/模拟器崩溃或关闭的所有内容都会引发该错误。导致这种情况的常见错误是:

      -SDK 设置错误

      -代码中的错误

      -tiapp.xml 文件中的钛 IDE 版本与您的实际钛版本不匹配。

      -你的模拟器出错

      还要注意默认模拟器太慢了。

      在你的情况下我会怎么做: - 转到Dashboard 检查您的SDK 的状态,然后向下滚动到setup native sdk's. 确保您要部署的环境显示为绿色!

      -使用真机测试,或者使用genymotion作为模拟器(超级快!)

      -使用示例代码设置一个新项目(file -> new project -> mobile application project -> 2 tabbed alloy , fill in the details)并查看它是否运行。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2014-12-24
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2023-04-01
        • 2018-07-29
        • 1970-01-01
        相关资源
        最近更新 更多