Note that there are some explanatory texts on larger screens.

plurals
  1. POerror when building native app for android with sencha cmd
    primarykey
    data
    text
    <p>I tried to build an app generated with sencha cmd,it only has the default structure,on ubuntu,but i get an error which i couldn't find anywhere on net:</p> <p>The following error occurred while executing this line: /var/www/wlb2/.sencha/app/build-impl.xml:165: The following error occurred while executing this line: /var/www/wlb2/.sencha/app/build-impl.xml:158: com.sencha.exceptions.ExScript: Wrapped com.sencha.exceptions.ExBuild: failed running native packager</p> <p>This is the block of code around lines 150-165:</p> <pre><code> &lt;target name="-before-page"/&gt; &lt;target name="-page"&gt; &lt;property name="v2deps" value="false"/&gt; &lt;property name="args.path" location="."/&gt; &lt;property name="args.destination" location="${app.build.dir}"/&gt; &lt;property name="args.environment" value="production"/&gt; &lt;x-script-def name="x-app-build" src="${framework.config.dir}/app-build.js"&gt; &lt;script src="${cmd.config.dir}/ant/JSON.js"/&gt; &lt;script src="${cmd.config.dir}/ant/ant-util.js"/&gt; &lt;/x-script-def&gt; &lt;x-app-build/&gt; &lt;/target&gt; &lt;target name="-after-page"/&gt; &lt;target name="page" depends="init" unless="skip.page" description="Builds only the application's HTML page"&gt; &lt;antcall target="-before-page"/&gt; &lt;antcall target="-page"/&gt; &lt;antcall target="-after-page"/&gt; &lt;/target&gt; </code></pre> <p>Did anyone encountered this issue?I have installed the ruby and android sdk,i'm not sure though if android sdk is fine since i installed it as an eclipse plugin on zend studio.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload