[AC-915] Not able to deploy application on windows phone 8 emulator on windows 8.0 box
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2014-07-29T06:58:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | SupportTeam, windows8 |
Reporter | Sapan Varshney |
Assignee | Mauro Parra-Miranda |
Created | 2014-04-18T12:07:07.000+0000 |
Updated | 2016-03-08T07:37:13.000+0000 |
Description
Trying to deploy the application on windows phone 8.0 emulator through CLI doesn't deploy the application on emulator. The build process completed successfully.
Also, when getting the titanium info it looks like that the environment is not picking the windows phone sdk path. Please find the screen shot for the same as an attachment.
Attachments
As the error indicates, Titanium is unable to locate the Windows Phone 8 SDK. You need to download and install it from http://dev.windowsphone.com/en-us. We check that the Windows Phone 8 SDK is installed by looking in the Windows Registry, specifically:
Under this key, it will list all of the installed versions. If you do not have this key or there are no versions under it, then you do not have the Windows Phone 8 SDK installed or it is not installed properly. Please verify that the Windows Phone 8 SDK is properly installed.
Also, please update to the latest Titanium SDK Windows Hybrid build 3.2.1.v20140411115721 by running:
Be sure to update the
<sdk-version>
in your tiapp.xml.[~svarshney] How is this going? Does the workaround work for you? Best Regards
Can't reproduce the issue.