please help me in android build not working i have correct key file i checked it by manually signing in android build its giving this error
ANDROID_HOME=/opt/android-sdk
JAVA_HOME=/usr/lib/jvm/java-8-oracle
Error: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK.
Looked here: /opt/android-sdk/tools/templates/gradle/wrapper
You need the current version of Cordova, 7.0.1. Uninstall and reinstall Cordova. (npm uninstall cordova -g, npm install -g cordova)
Then remove and readd the android platform again. (ionic cordova platform remove android, ionic cordova platform add android)