人生最曼妙的风景,竟是内心的淡定与从容!
buildToolsVersion 沒有指定,把 build 腳本貼上來看看
補充回答:
首先,請確定是否配置好了環境變量,是否存在 ANDROID_HOME,以及 PATH 中是否有 $ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
ANDROID_HOME= 你的 sdk 位置 PATH= 原来的 PATH;$ANDROID_HOME/tools;$ANDROID_HOME/platform-tools
其次,有可能是 config.xml 中沒有設定版本號碼:
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ... version="你的版本号" android-versionCode="你的版本号"> ...
buildToolsVersion 沒有指定,把 build 腳本貼上來看看
補充回答:
首先,請確定是否配置好了環境變量,是否存在 ANDROID_HOME,以及 PATH 中是否有
$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
其次,有可能是 config.xml 中沒有設定版本號碼: