Capslock10
Capslock10

Reputation: 806

Ionic 2 build android error -- gradle-wrapper.properties File not find

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:

enter image description here

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

Answers (1)

Djamware
Djamware

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

Related Questions