使用sencha cmd为android构建本机应用程序时出错

时间:2013-08-09 14:20:44

标签: android extjs touch native

我尝试构建一个使用sencha cmd生成的应用程序,它在ubuntu上只有默认结构,但是我收到一个我在网上找不到的错误:

执行此行时发生以下错误: /var/www/wlb2/.sencha/app/build-impl.xml:165:执行此行时发生以下错误: /var/www/wlb2/.sencha/app/build-impl.xml:158:com.sencha.exceptions.ExScript:Wrapped com.sencha.exceptions.ExBuild:运行本机打包程序失败

这是第150-165行的代码块:

  <target name="-before-page"/>
    <target name="-page">
        <property name="v2deps" value="false"/>
        <property name="args.path" location="."/>
        <property name="args.destination" location="${app.build.dir}"/>
        <property name="args.environment" value="production"/>

        <x-script-def name="x-app-build" 
                      src="${framework.config.dir}/app-build.js">
            <script src="${cmd.config.dir}/ant/JSON.js"/>
            <script src="${cmd.config.dir}/ant/ant-util.js"/>
        </x-script-def>

        <x-app-build/>

    </target>
    <target name="-after-page"/>
    <target name="page" depends="init" unless="skip.page"
            description="Builds only the application's HTML page">
        <antcall target="-before-page"/>
        <antcall target="-page"/>
        <antcall target="-after-page"/>
    </target>

有没有人遇到过这个问题?我已经安装了ruby和android sdk,我不确定是否因为我在zend studio上将它作为eclipse插件安装了android sdk就好了。

0 个答案:

没有答案