ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.07k stars 13.51k forks source link

[error] Error: Could not find the implementation for builder @ionic/angular-toolkit:cordova-build #22000

Closed manel00 closed 4 years ago

manel00 commented 4 years ago

Once running ionic cordova run android it crashes,

My dependencies:

    "@angular/common": "^7.2.2",
    "@angular/core": "^7.2.2",
    "@angular/fire": "^5.2.1",
    "@angular/forms": "^7.2.2",
    "@angular/http": "^7.2.2",
    "@angular/platform-browser": "^7.2.2",
    "@angular/platform-browser-dynamic": "^7.2.2",
    "@angular/router": "^7.2.2",
    "@capacitor/android": "^1.0.0",
    "@capacitor/cli": "^1.0.0",
    "@capacitor/core": "^1.0.0",
    "@ionic-native/camera": "^5.8.0",
    "@ionic-native/core": "^5.8.0",
    "@ionic-native/email-composer": "^5.9.0",
    "@ionic-native/local-notifications": "^5.28.0",
    "@ionic-native/photo-library": "^5.8.0",
    "@ionic-native/social-sharing": "^5.8.0",
    "@ionic-native/splash-screen": "^5.0.0",
    "@ionic-native/status-bar": "^5.9.0",
    "@ionic/angular": "^4.1.0",
    "@ionic/lab": "^2.0.2",
    "angularfire2": "^5.2.1",
    "cordova-android": "^7.1.4",
    "cordova-plugin-camera": "^4.1.0",
    "cordova-plugin-device": "^2.0.2",
    "cordova-plugin-email-composer": "^0.9.2",
    "cordova-plugin-file": "6.0.1",
    "cordova-plugin-ionic-keyboard": "^2.1.3",
    "cordova-plugin-ionic-webview": "^4.1.0",
    "cordova-plugin-splashscreen": "^5.0.2",
    "cordova-plugin-statusbar": "^2.4.2",
    "cordova-plugin-whitelist": "^1.3.3",
    "cordova-plugin-x-socialsharing": "5.4.7",
    "core-js": "^2.5.4",
    "es6-promise-plugin": "4.2.2",
    "firebase": "^7.19.1",
    "ngx-socket-io": "^3.2.0",
    "node-fetch": "^2.6.0",
    "rxjs": "~6.5.1",
    "translate": "^1.1.0",
    "tslib": "^1.9.0",
    "zone.js": "~0.8.29"

Ionic 4.11

ionitron-bot[bot] commented 4 years ago

Thanks for the issue! It appears that you have not filled out the provided issue template. We use this issue template in order to gather more information and further assist you. Please create a new issue and ensure the template is fully filled out.

Thank you for using Ionic!