recently wrote a small demo, using vue to pack it into an apk practitioner, so I looked it up on the Internet, but found an error after checking the environment in  cordova requirements . The message is as follows: 
 
:
1sdk android-sdk_r24.4.1-windows.zip D:\android-sdk-windows;
2SDK Manager.exe 
 
 3. Configure the environment variable. Add a variable to the system variable:  ANDROID_HOME :  D:\ android-sdk-windows , and then follow the path path with % ANDROID_HOME%\ platform-tools;%ANDROID_HOME%\ tools;  
 after the environment variables are configured, execute  cordova requirements  and still report an error 
