Titanium 不编译 Android 应用程序(无法读取未定义的 属性 'sdks')
Titanium does not compile Android app (Cannot read property 'sdks' of undefined)
我正在尝试构建我的 Android 移动应用程序。
我使用了以下命令:
$ appc ti build -p android
然而,它奇怪地给我以下错误:
Appcelerator Command-Line Interface, version 6.2.2
Copyright (c) 2014-2017, Appcelerator, Inc. All Rights Reserved.
An uncaught exception was thrown!
Cannot read property 'sdks' of undefined
Cannot read property 'sdks' of undefined
这是怎么回事,我该如何解决这个问题。
这是 Titanium cli 中的错误:https://jira.appcelerator.org/browse/TIMOB-24751
您可以通过安装 windows sdk 或自行修补错误来解决此问题。编辑文件 C:\ProgramData\Titanium\mobilesdk\win32.1.0.GA\windows\cli\commands\_build\config.wpSDK.js
从这个拉取请求中添加修复 https://github.com/appcelerator/titanium_mobile_windows/pull/1006/files
我正在尝试构建我的 Android 移动应用程序。
我使用了以下命令:
$ appc ti build -p android
然而,它奇怪地给我以下错误:
Appcelerator Command-Line Interface, version 6.2.2
Copyright (c) 2014-2017, Appcelerator, Inc. All Rights Reserved.
An uncaught exception was thrown!
Cannot read property 'sdks' of undefined
Cannot read property 'sdks' of undefined
这是怎么回事,我该如何解决这个问题。
这是 Titanium cli 中的错误:https://jira.appcelerator.org/browse/TIMOB-24751
您可以通过安装 windows sdk 或自行修补错误来解决此问题。编辑文件 C:\ProgramData\Titanium\mobilesdk\win32.1.0.GA\windows\cli\commands\_build\config.wpSDK.js
从这个拉取请求中添加修复 https://github.com/appcelerator/titanium_mobile_windows/pull/1006/files