ionic应用打包上传应用宝失败。
原因:版本低于已上线的版本
解决:
如图,在config.xml中 添加一个android-versionCode="628"
然后在 platform/android 目录下的AndroidManifest.xml中 将versionCode修改一致就ok了