dump failed because no AndroidManifest.xml found

I recently switched to a new computer. There were no errors when building on the previous computer (same game project). I created a new project for testing and the same error occurs. LogPlayLevel: Error: UAT: ERROR: dump failed because no AndroidManifest.xml found.

Both the previous and current computers use the same versions:
:heavy_check_mark: UE 5.2.1
:heavy_check_mark: OpenJDK 11
:heavy_check_mark: Android Studio 4.0
:heavy_check_mark: Android command line tools 8.0
:heavy_check_mark: Run android.bat script

The build works fine when I delete the Intermediate folder. However, since the same error occurs on the second build, I have to exit the editor, delete the Intermediate folder again, run the editor, and then build.

What could possibly be the problem? For your information, the AndroidManifest.xml file is in the project folder.