Build issue when Youtube Video Player Plugin is added in a newly created ionic capacitor project

I created a new ionic capacitor project and installed the Youtube Video Player plugin using the capacitor commands
→ npm install cordova-plugin-youtube-video-player
→ npm install @awesome-cordova-plugins/youtube-video-player
→ ionic cap sync

after the below command, the Android Studio opens
→ ionic capacitor build android

While making the apk build from the Android Studio, it throws this error

ERROR: newproject/android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml:52: AAPT: error: resource string/activity_name (aka io.ionic.starter:string/activity_name) not found.

But without adding this plugin, the apk builds.
Need help in figuring this out as i am facing this issue in my original project.

Am sending the ionic info data too for the reference.

Ionic Info:

Ionic CLI : 6.18.2 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 6.0.11
@angular-devkit/build-angular : 13.2.6
@angular-devkit/schematics : 13.2.6
@angular/cli : 13.2.6
@ionic/angular-toolkit : 6.1.0

Capacitor:

Capacitor CLI : 3.4.3
@capacitor/android : 3.4.3
@capacitor/core : 3.4.3
@capacitor/ios : 3.4.3

Utility:

cordova-res (update available: 0.15.4) : 0.15.3
native-run : 1.5.0

System:

NodeJS : v16.13.1 (/usr/local/bin/node)
npm : 6.14.16
OS : macOS Catalina

You have do manually fix on YouTube native plugin just go to file AndroidManifest XML and you will see string/activity_name replace with your app name as a string and I hope it will work.

Thank you Riyaz for the solution.
but when i build the apk again, it throws the same error.

Is there an alternative plugin which i can use for the youtube video?

You can have a look on this plugin