版本号始终是 1.0
我已经修改了 AndroidManifest.xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.wmz.ly"
android:versionCode="2"
android:versionName="2.0">
修改了 control.xml
<hbuilder version="1.9.8.20744"><apps><app appid="H5F717659" appver="2.0"/></apps></hbuilder>
修改了 manifest.json
"version": {
"name": "2.0",/*应用版本名称*/
"code": "2"
},
怎么还是1.0 而且 首页 使用
alert(plus.runtime.version);
弹出的也是 1.0 求助哇