Hello! I’m trying to generate .apk file using the following cordova cli command:
$ cordova build --release android
and I have this error:
Error: Failed to find ‘ANDROID_HOME’ environment variable. Try setting it manually.
Failed to find ‘android’ command in your ‘PATH’. Try update your ‘PATH’ to include path to valid SDK directory.
Nobody know where I need to change the path?
Thaks in advance.
Best regards.