Manifest file does not exist: unityLibrary\mobilenotifications.androidlib\AndroidManifest.xml

I have updated our project to Unity 2021.3.37f1 with Mobile Notification from 2.1.1 to 2.3.2. iOS builds are working fine but android builds are failing after the update.

Execution failed for task ':unityLibrary:mobilenotifications.androidlib:processReleaseManifest'.
> Failed to calculate the value of task ':unityLibrary:mobilenotifications.androidlib:processReleaseManifest' property 'packageOverride'.
> Failed to query the value of property 'applicationId'.
> Manifest file does not exist: [PROJECT_PATH]\Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\mobilenotifications.androidlib\AndroidManifest.xml

Blind guess: how long is the path to project? Maybe path to manifest it exceeds 260 characters?

Project path is less than 100 characters. Manifest file path length is around 174 characters.

Is manifest file the only one that’s missing in there?

Yes