I\'m trying to run the command ionic build android --release to build the apk but i am getting this error
Total time: 1.767 secs Error:
Above peter wang's answer worked for me after setting the ANDROID_HOME environment variable.
in my case ANDROID_HOME was C:\Users\YourUserName\AppData\Local\Android\android-sdk
After that below commands resulted in a successful build.
mkdir "%ANDROID_HOME%\licenses"
echo |set /p="8933bad161af4178b1185d1a37fbf41ea5269c55" > "%ANDROID_HOME%\licenses\android-sdk-license"