Ошибка в Android Studio Task failed with an exception
Написал приложение, при сборке выдаёт следующую ошибку, подскажите, пожалуйста что мне делать
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
What went wrong: A problem was found with the configuration of task ':app:processDebugManifest' (type 'ProcessMultiApkApplicationManifest').
Type 'com.android.build.gradle.tasks.ProcessMultiApkApplicationManifest' property 'mainMergedManifest' specifies file 'E:\CountingTraining\app\build\intermediates\merged_manifest\debug\AndroidManifest.xml' which doesn't exist.
Reason: An input file was expected to be present but it doesn't exist.
Possible solutions:
- Make sure the file exists before the task is called.
- Make sure that the task which produces the file is declared as an input.
Please refer to https://docs.gradle.org/7.0.2/userguide/validation_problems.html#input_file_does_not_exist for more details about this problem.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ==============================================================================
2: Task failed with an exception.
- What went wrong: Execution failed for task ':app:compressDebugAssets'.
A failure occurred while executing com.android.build.gradle.internal.tasks.CompressAssetsWorkAction E:\CountingTraining\app\build\intermediates\merged_assets\debug\out
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ==============================================================================
Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 16s 22 actionable tasks: 5 executed, 17 up-to-date