Reputation: 806
I am new to Ionic
and I am trying to build an android apk
using the command ionic build android
.
However, there is an error:
It said "gradle-wrapper.properties File not find", I tried to copy gradle-wrapper.properties
from android studio to the current dir,
it didn't work.
Upvotes: 0
Views: 698
Reputation: 126
Have you tried to remove the platform then add again?
ionic platform rm android
ionic platform add [email protected]
ionic build android
'@6.1.0' is the stable Cordova-android version that I'm using in my published app.
Upvotes: 2