-
Quick Tip: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK.
If you try to build your ionic/cordova project running with cordova build –release android and the shell returns the following error Could not find gradle wrapper within Android SDK. Might need to update your Android SDK. the following worked for me: cordova platform remove android cordova platform add android cordova platform update android@6.2.1 cordova build…