Search code examples
ionic-frameworkionic2ionic3

How to fix error " Could not find android-maven-gradle-plugin.jar "?


how to fix this error: Could not find android-maven-gradle-plugin.jar in ionic build android.

enter image description here


Solution

  • Seems you have upgraded Gradle to latest version, and using the old maven-gradle-plugin.

    Here you have two options,

    1. upgrade android-maven-gradle-plugnin to latest version. Check here to choose right plugin

    2. downgrade gradle to previous version