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
Asked
Active
Viewed 281 times
2 Answers
1
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.

NeoMorfeo
- 300
- 1
- 3
- 14
1
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

Vova Bilyachat
- 18,765
- 4
- 55
- 80
-
i have install sench touch cmd in C:\sench directory without any namespaces then it work for me, – Deepak Borade Feb 03 '13 at 17:03
-
So as i said issue was in Folder name :) If my answer help you mark as answer :) – Vova Bilyachat Feb 03 '13 at 18:08