【问题标题】:Appcelerator Titanium error: Application Installer abnormal process termination. Process exit value was 1Appcelerator Titanium 错误:Application Installer 进程异常终止。进程退出值为 1
【发布时间】:2014-04-18 00:21:48
【问题描述】:

我几乎疯了,我花了 3 天时间试图解决这个问题。我有 Windows 7 64 位,我安装了 32 位的 jdk,我安装了以下 Android SDK:2.3.3、3.0、4.1.2 和 4.3。另外我已经将变量 ANDROID_SKD 设置为正确的路径等。我真的不知道还能做什么。

我已经这样做了:Titanium [ERROR] Application Installer abnormal process termination

感谢您的帮助。

【问题讨论】:

    标签: android titanium emulation appcelerator


    【解决方案1】:

    您检查过This Link。并尝试使用 JDK 6 而不是 JDK 7,它对我有用。

    【讨论】:

      【解决方案2】:

      看起来他们仍然只支持 JDK 6 32 位和 Titanium Studio 3.3.0(现在最新),与他们在此处所说的 http://docs.appcelerator.com/titanium/3.0/#!/guide/Titanium_Compatibility_Matrix-section-29004837_TitaniumCompatibilityMatrix-SupportedSDKReleases 不同(他们支持 jdk 8)。

      至少对我来说,JDK 7/8 32 位导致崩溃。必须在 Oracle 网站上搜索一下。

      http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jdk-6u45-oth-JPR

      我能够同时安装 jdk 8 64bit 和 jdk 6 32bit。

      我现在也从批处理文件开始

      set ANDROID_SDK=C:\android-sdk-win
      set JAVA_HOME=C:\Program Files (x86)\Java\jdk1.6.0_45
      set PATH=C:\Program Files (x86)\Java\jre6\bin;%PATH%
      "C:\Users\me\AppData\Roaming\Appcelerator\Titanium Studio\TitaniumStudio.exe" &
      

      就像在 appcelerator 网站上的一些帖子中描述的那样,例如 http://developer.appcelerator.com/question/146294/program-launch-failed-unable-to-locate-java-vm-please-set-javahome-environment-variable

      【讨论】:

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