want to package the vue project into apk
execute the command: cordova build android
. The error message is as follows:
I wonder if the problem is caused by android sdk
, sdk installation information
want to package the vue project into apk
execute the command: cordova build android
. The error message is as follows:
I wonder if the problem is caused by android sdk
, sdk installation information
problem should appear in android sdk platform 26, android sdk build-tools 26.0.2
first of all, you can see the required android sdk build tools 26.0.2 version from here, while yours is 19.1.0. Download the corresponding version of build tools
there are two problems:
1, route patterns cannot use history;
2, axios asynchronous requests have cross-domain problems;
Previous: Can el-cascader cascade selector search Pinyin?
Next: Cordova Packaging android apk has a blank page (cannot be displayed)