美文网首页
Ioinic APP打包

Ioinic APP打包

作者: hijoker | 来源:发表于2017-09-20 17:04 被阅读4次

APP配置

应用信息config.xml

<?xml version='1.0' encoding='utf-8'?>
<widget 
    id="com.chltec.cordovademoe" 
    version="0.0.1" 
    xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>CordovaDemoe</name>
    <description>An awesome Ionic/Cordova app.</description>
    <author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
    <content src="index.html" />

id为包名
version为版本号
name为应用名称
description应用描述

iconsplashscreen

替换resources/icon.pngresources/splash.png

ionic cordova resources

Android打包

添加平台cordova platform add android
deug打包

#debug
ionic cordova build android

release打包
release打包前添加如下签名配置文件

签名配置文件
#release
ionic cordova build android --prod --release

IOS打包

在xcode中打开项目打包

相关文章

网友评论

      本文标题:Ioinic APP打包

      本文链接:https://www.haomeiwen.com/subject/xfugjxtx.html