Titanium Studio with plugin for Windows Phone: Titanium SDK does not support Windows platform

I want to create a Windows Phone using Titanium Studio.

I got https://wiki.appcelerator.org/display/guides2/Getting+Started+with+the+Windows+Phone+SDK#GettingStartedwiththeWindowsPhoneSDK-UsingStudio(Preview) to get the Windows plugin. After the necessary software restart, the Windows option appears at the deployment targets when creating a new project.

Unfortunately, for all versions of the Titanium SDK installed by me, 3.5.1.GA, 3.5.0.GA, 3.4.0.GA, 3.3.0.GA, I get the error message "Titanium SDK v3.5.1.GA not supports the Windows platform. "

Therefore, in principle, I can not create projects for Windows Phone.

I use Titanium Studio 3.4.1 and follow the installation tutorial, although after removing it I deleted the SDK path (this is the default path, setting the value that caused the error message, I also left the publisher’s GUID and the Windows Store Certificate is empty, as I I just want to develop and not yet publish credentials).

How can I create an application that runs on a Windows Phone?

Edit: I am adding several images to better show the problem. At the last stage, I have no way to create a Windows project in Titanium Studio.

create new project

project details

windows not possible

2nd edit:

According to Edward's answer, I missed https://wiki.appcelerator.org/display/guides2/Getting+Started+with+the+Windows+Phone+SDK#GettingStartedwiththeWindowsPhoneSDK-WindowsPlatform(Preview) and had to do it. Now I got the Titanium SDK 4.1.0.v2015 ... and I got the option.

success

Unfortunately, it still does not work.

failure

https://jira.appcelerator.org/browse/TISTUD-7171

Therefore, I also need to update Titanium Studio.

Well, I think that mobile development should be complex and cumbersome, at least that's my experience so far with various (cross-platform) products.

+1
source share
1 answer

Try opening the solution generated in Visual Studio to try to package the .sln file in .appxupload to download it to the Windows Store. Hope this works until Titanium fully supports Windows (very likely 4.0.0 or 4.1.0 Titanium SDK).

+1
source

All Articles