我需要使用Appcelerator Titanium为Windows创建一个移动模块项目,过去我已经为Android和ios创建了模块,但这是我第一次需要为Windows创建一个模块。
我单击了创建新移动模块的选项,并打开了对话框(附加图像),该对话框仅提供了为Android或Mobile Web创建模块的选项,没有创建Windows模块的选项。
我已经检查过我符合Appcelerator的要求,详情如下。
我已经安装了SDK 5.4.0.GA,并想知道这是否是由于Appcelerator从使用8.1 SDK编译转换到Windows 10 SDK的结果。
自安装5.4.0.GA以来,有没有人设法创建新模块?
系统:
import random
ask = int(input(": ")) # input returns a string
for i in range(1):
dice = random.randint(1, 6)
print(dice)
if ask == random:
print("correct")
else:
print("incorrect")
答案 0 :(得分:0)
Studio目前不支持Windows模块开发。计划在4.8.0版本中引入,它将在11月份与SDK 6.0.0一起发布。现在可以使用CLI创建模块,appc new,然后按照提示操作,然后使用appc run -p windows构建。