Titanium JIRA Archive
Appcelerator Community (AC)

[AC-915] Not able to deploy application on windows phone 8 emulator on windows 8.0 box

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2014-07-29T06:58:16.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
LabelsSupportTeam, windows8
ReporterSapan Varshney
AssigneeMauro Parra-Miranda
Created2014-04-18T12:07:07.000+0000
Updated2016-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

FileDateSize
Build_Issue.png2014-04-18T12:07:07.000+000049121

Comments

  1. Chris Barber 2014-05-06

    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:
       HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Microsoft SDKs\WindowsPhone
       
    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.
  2. Chris Barber 2014-05-06

    Also, please update to the latest Titanium SDK Windows Hybrid build 3.2.1.v20140411115721 by running:
       ti sdk install -b 3_2_X_hybrid -d
       
    Be sure to update the <sdk-version> in your tiapp.xml.
  3. Mauro Parra-Miranda 2014-07-08

    [~svarshney] How is this going? Does the workaround work for you? Best Regards
  4. Mauro Parra-Miranda 2014-07-29

    Can't reproduce the issue.

JSON Source