AndroidManifest.xml (The system cannot find the file specified)

hi every one .i have a a problem in my app when i build cordova android
AndroidManifest.xml (The system cannot find the file specified)
it is in an other src
Look
my info is

cli packages: (C:\Users\pc\AppData\Roaming\npm\node_modules)

@ionic/cli-utils  : 1.19.2
ionic (Ionic CLI) : 3.20.0

global packages:

cordova (Cordova CLI) : 8.0.0

local packages:

@ionic/app-scripts : 3.1.5
Cordova Platforms  : android 7.0.0 ios 4.5.4
Ionic Framework    : ionic-angular 3.9.2

System:

Android SDK Tools : 25.2.5
Node              : v6.11.2
npm               : 3.10.10
OS                : Windows 10

Environment Variables:

ANDROID_HOME : D:\MobileApps\_Android\sdk

Misc:

backend : legacy

One of your plugins is probably using the old path of AndroidManifest.xml (which changed with cordova-android 7.0.0). You can either use a 6.x cordova-android (and live with all the problems this will bring) or update the plugin.

thanks ,can you tell me what is the suite version of cordova-android to my case?