1

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

rdougan
  • 7,217
  • 2
  • 34
  • 63
Deepak Borade
  • 191
  • 2
  • 5
  • 15

2 Answers2

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