加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

ionic2 – 在Windows Phone 10上运行Ionic 2应用程序

发布时间:2020-12-14 01:57:33 所属栏目:Windows 来源:网络整理
导读:我开发了一个Ionic 2应用程序,我找不到在连接到我的PC的 Windows Phone 10设备上运行它的方法.我该如何让它运行? 谢谢 解决方法 你试过 this: To build apps for Windows Universal,download and install Visual Studio 2015 Community Edition. During th
我开发了一个Ionic 2应用程序,我找不到在连接到我的PC的 Windows Phone 10设备上运行它的方法.我该如何让它运行?

谢谢

解决方法

你试过 this:

To build apps for Windows Universal,download and install Visual
Studio 2015 Community Edition. During the installation,Select “Tools
for Cross Platform Development” as well as the SDK for Windows
Universal Apps.

With everything installed,you’ll be able to add a windows platform
from the command line with this command:

ionic platform add windows

By default the build command produces two packages: Windows 8.1 and
Windows Phone 8.1,which Ionic does not support. To upgrade Windows
package to version 10 the following configuration setting must be
added to configuration file (config.xml).

<preference name="windows-target-version" value="10.0" />

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读