Reputation: 301
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
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
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