Deepak Borade
Deepak Borade

Reputation: 301

unable to create .apk file for sench touch application

i have developed Sencha Application.i want an apk file to test on Device.i refered sencha Docs for it.all the commands works fine except "sencha package build config.json" .i have attached error file "here".And configuration file here "json configuration". i waste 3 days to solve this issue. so help me

Upvotes: 1

Views: 281

Answers (2)

Vova Bilyachat
Vova Bilyachat

Reputation: 19474

Probably you have some where Program Files...... so dir is with space. To fix it use "c:/program files/dir..." so that dir should be in quotes

Upvotes: 1

NeoMorfeo
NeoMorfeo

Reputation: 310

First of all, can you say the version of sencha? and the sencha CMD are you using?

Please check: http://docs.sencha.com/touch/2-1/#!/guide/command, it's the place where the CMD documentation for the Sencha Touch 2.1 it's stored.

Upvotes: 1

Related Questions