我可以使用 Windows OS 中的 Ionic 使用创建 APK 和 IPA 文件吗?
Can I create an APK and IPA file using Ionic use from Windows OS?
我的问题,我正在使用 Windows 笔记本电脑,在 ionic 中可以选择构建 APK 和 IPA(对于 IOS 平台应用程序)文件?
是的,你当然可以...你需要为此使用 cordova。 (我在一些项目中使用它)
使用 npm 安装 cordova,然后在项目中初始化 cordova。
然后在项目中为 android 和 iOS 添加使用 cordova 的平台。
然后使用 Cordova 为 android 或 iOS
构建应用程序
我的问题,我正在使用 Windows 笔记本电脑,在 ionic 中可以选择构建 APK 和 IPA(对于 IOS 平台应用程序)文件?
是的,你当然可以...你需要为此使用 cordova。 (我在一些项目中使用它)
使用 npm 安装 cordova,然后在项目中初始化 cordova。
然后在项目中为 android 和 iOS 添加使用 cordova 的平台。 然后使用 Cordova 为 android 或 iOS
构建应用程序