This happen when I rebuild, Below is the error, I don't know how to fix it:
Error:15:11:37.950 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
15:11:37.951 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with an exception.
15:11:37.951 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
15:11:37.951 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * What went wrong:
15:11:37.951 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Cannot read packageName from C:\Users\Dell\AndroidStudioProjects\LearnAdvent\app\src\main\AndroidManifest.xml
15:11:37.951 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
15:11:37.951 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Try:
15:11:37.951 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Run with --stacktrace option to get the stack trace.
My package name declare in manifest, I'd tried to clean then rebuild, but still doesn't work.
note: the package name in manifest same with applicationID in build.gradle