Cordova failed to package android apk project

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


clipboard.png
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;

solution reference

Menu