现象:

 [aapt] D:\ww\model\Native\同大\build\src\platforms\android\res\xml\config.xml:94: error:
 Error: No resource found that matches the given name (at 'value' with value '??????????').
        [aapt] 
        [aapt] D:\ww\model\Native\同大\build\src\platforms\android\res\xml\config.xml:95:
 error: Error: No resource found that matches the given name (at 'value' with value '??????????').
。。。。。。
  插件 "com.justep.cordova.plugin.weixin.v3" 参数如下:
        weixin_partner_id:??????????
        weixin_api_key:??????????

原因:
打包APP的时候,打包了微信的cordova插件,但是corodva插件中需要填写的参数为空的!

解决方案:
参考文档中心相关文档:http://docs.wex5.com/pay-h5app-weixin/
插件参数必须填写,如果有的参数没有使用到,可以随意填写个字符串,但是不能为空!否则打包不成功
(注意,所有corodva插件需要填写参数的配置都必须填写)