Search code examples
javascriptandroidcordovasencha-touch-2apk

Stuck creating apk file from sencha touch 2 app


I´m really stuck on how to create the apk file on my computer of a sencha touch 2 app.

I have follow this tutorial step by step.

But when I arrive at the last point it gives me some erros and I´m unable to solve it.

enter image description here enter image description here

This is the log of the point 6 of the tutorial log.


Solution

  • Finally I solve my problem. I found that through this link it autogenerates the files. Before I discovered that you need to create via sencha cmd the production files through the command in the app folder: sencha app build production

    With this two steps I created the .apk file,donwloaded and tested it.