-
27 Dec 2012 12:46 AM #1
Unanswered: ERR No such property: "jsb"
Unanswered: ERR No such property: "jsb"
Hi all,
I'm trying to generate a jsb file with this command:
But it show error:Code:sencha create jsb -a http://localhost/NotesApp/index.html -p app.jsb3 -v
Then, I change 'create' to 'generate'Code:ERR No such property: 'create'
The error changes to:
Is there something wrong with command?Code:ERR No such property: 'jsb'
I'm using sencha cmd 3.0
Thanks,
Didin
-
29 Dec 2012 7:12 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
- Answers
- 3113
If you are using Sencha Touch 2.1.0 with Sencha Cmd 3 then you should really use sencha generate app command to create the application and then you can use the sencha app build command to build the app.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
5 Jan 2013 6:42 PM #3
I also have this problem.
When the app is already created, how to we build jsb with cmd 3.0?
-
1 Feb 2013 3:12 PM #4
Having this same issue...
Having this same issue...
I am told to use Sencha CMD 3.x with Sencha Touch 2.1, however the tutorials don't seem to match up with the actual program.
-
24 Feb 2013 7:01 AM #5
Facing same issue with build in sencha2.1.1 with cmd 3.0
Facing same issue with build in sencha2.1.1 with cmd 3.0
Is there any fix for this issue?
I generated a new app using sencha cmd 3.0 but stil not able to build my app. It is throwing error "create does not exist".
C:\inetpub\wwwroot\m>sencha create jsb -a index.html -p app.jsb3
Sencha Cmd v3.0.2.288
[ERR] No such property : 'create'
Please help, it's very urgent!!!!!
Thanks,
Mahesh
-
24 Feb 2013 7:06 AM #6
I did not find a solution to this.
Sencha docs leave a lot to be desired.
-
24 Feb 2013 7:20 AM #7Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
- Answers
- 3113
To build you do this:
You do not create a jsb.Code:sencha app build
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
24 Feb 2013 10:10 PM #8
Touch 2.1.1 build works!!!!
Touch 2.1.1 build works!!!!
Hi Mitchellsimoens,
Thanks a ton for your quick response over weekend!!!
It works.
One request to sencha SDK team - Please update the build process document for sencha touch 2.1.1.. currently it is replica of touch 2.0 build process. As I know touch 2.1.1, all the process and commands are amended but build doc is not updated accordingly. It makes a trouble to us while following 2.1.1 build doc.
Thanks,
Mahesh
-
25 Feb 2013 4:44 AM #9
Facing issue while installing apk on android phone
Facing issue while installing apk on android phone
Hi Mitchell,
I have build the native andriod app using sencha touch 2.1.1 packager. When i try to install it on my phone I start installation and after processing for few seconds it gives error "Application not installed".
I have checked all the properties of my json file. It is generating .apk file successfully but while installing on android it is getting failed. Please suggest what can be cause of this issue.
Below is ny json file - sding this i am able to build apk file. I noticed tht though it generates .apk file in my output folder but command promt is never ending.
{
"applicationName":"MyFirstApp",
"applicationId":"com.mycompany.myAppID",
"bundleSeedId":"KPXFEPZ6EF",
"versionString":"1.0",
"versionCode":"1",
"icon": {
"57":"resources\\icons\\Icon.png",
"72":"resources\\icons\\Icon~ipad.png",
"114":"resources\\icons\\Icon@2x.png",
"144":"resources\\icons\\Icon~ipad@2x.png"
},
"inputPath":"./",
"outputPath":"C:\\MyFirstAppBuild",
"configuration":"Release",
"platform":"Android",
"deviceType":"Universal",
"certificatePath":"my-release-key.keystore",
"certificateAlias": "alias_name",
"certificatePassword":"ambit123",
"sdkPath":"C:\\Android\\sdk",
"androidAPILevel":"15",
"permissions":[
"INTERNET",
"ACCESS_NETWORK_STATE",
"CAMERA",
"VIBRATE",
"ACCESS_FINE_LOCATION",
"ACCESS_COARSE_LOCATION",
"CALL_PHONE"],
"orientations": [
"portrait",
"landscapeLeft",
"landscapeRight",
"portraitUpsideDown"
]
}
Regards,
Mahesh


Reply With Quote