I\'m trying to run the command ionic build android --release to build the apk but i am getting this error
ionic build android --release
Total time: 1.767 secs Error:
My software:
Ubuntu 16.04.2 LTS Gradle 3.5 java version "1.8.0_131" $ANDROID_HOME = ~/AndroidSDK
Working solution:
yes | $ANDROID_HOME/tools/bin/sdkmanager "build-tools;25.0.2
of course you should use your version of build-tools.
Source:
Automatically accept all SDK licences