[AC-1028] Can't create a new windows project in Titanium Alloy
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2015-04-07T00:27:23.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | ajit jati |
Assignee | Shuo Liang |
Created | 2015-02-23T11:26:35.000+0000 |
Updated | 2016-03-08T07:37:22.000+0000 |
Description
I have tried to create a default Alloy Project.In the New Mobile App project dialog , i entered app name , app id and then i choose Titanium SDK version 4.0.0.v20150220105635 and click finish.
Then i got the error : The requested SDK version does not have an assigned commands-handler.
This happens for the default classic project too.
If i create project in SDK 3.5.0 for platform mobileweb and then later try to configure TiApp.xml to upgrade SDK then i can able to add windows platform to it.But when i run the project in any windows simulator then i got this :
[INFO] : Time Elapsed 00:00:18.58
[INFO] : Writing build manifest: C:\Users\AJITOO~1\AppData\Local\Temp\demo\build-manifest.json
[INFO] : Copying results back to project build directory
[INFO] : Finished building the application in 37s 876ms
[INFO] : Finished building the application in 37s 888ms
[INFO] : Installing and launching the application
[INFO] : Project built successfully in 37s 888ms
[ERROR] : The remote procedure call failed.
Attachments
File | Date | Size |
screen1.png | 2015-02-23T11:49:50.000+0000 | 28385 |
Hi, Your SDK version is not a stable one. Please download the stable one from here http://builds.appcelerator.com.s3.amazonaws.com/index.html#3.5.1. Current latest stable version is 3.5.1.GA Regards, Shuo
hi that did the trick. I can now build windows a sample app in Titanium 3.5.1. Thanks