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:
This worked for me under ubuntu :
mkdir "$ANDROID_SDK/licenses" || true
echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_SDK/licenses/android-sdk-license"
echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_SDK/licenses/android-sdk-preview-license"
source: Dori's answer to automatically-accept-all-sdk-licences