Commit f162332e authored by 宋帮潮's avatar 宋帮潮

Creates picture/android_apk1.png

Auto commit by GitBook Editor
parent b34d801e
...@@ -2,4 +2,15 @@ ...@@ -2,4 +2,15 @@
--- ---
### I. Android打包步骤 ### I. Android打包步骤
* 1)进入工程目录,更新代码,修改baseConfig参数,执行gulp build-dev命令
![](/picture/android_apk1.png)
* 2)为了更新代码和插件,重新添加android平台,执行下列命令:
* 1.cordova platform rm android //删除安卓平台
* 2.cordova platform add android //添加安卓平台
![](/picture/android_apk.png)
* 3)开始执行android打包命令(开发调试时只需要打debug包)
* cordova build android //执行打包apk
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment