Ionic 5: An error occurred while running subprocess cordova

Hey There,
I receive the next error when I build my ionic 5 app using “ionic cordova build android”:

process._tickCallback (internal/process/next_tick.js:68:7)
[ERROR] An error occurred while running subprocess cordova.

And This happened only after installing FCM plugin.

This is my ionic info:
Ionic:

Ionic CLI : 5.3.0 (\node_modules\ionic)
Ionic Framework : @ionic/angular 5.3.2
@angular-devkit/build-angular : 0.901.12
@angular-devkit/schematics : 9.1.12
@angular/cli : 9.1.12
@ionic/angular-toolkit : 2.3.3

Cordova:

Cordova CLI : 10.0.0
Cordova Platforms : android 9.0.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 9 other plugins)

Utility:

cordova-res : 0.6.0 (update available: 0.8.1)
native-run : 0.2.8 (update available: 0.2.9)

System:

Android SDK Tools : 26.1.1 (D:\Android\Sdk)
NodeJS : v10.16.3 (C:\Program Files\nodejs\node.exe)
npm : 6.11.3
OS : Windows 10

Please advise