I am using Android Studio BumbleBee 2021.1.1 RC 1
I Got this Error while I am running my project
(other project not showing any error like this.)
SCREEN SHOT : Error : Android Manifest doesn't exists or has incorrect root tag
I had tried all the solutions , comment given in this link but not fixed :
(tried almost all solution in stack over flow)
--------------Solution That I tried---------------------
./gradlew clean assembleDebug
(but still not fixed.)I am attaching stacktrace by running ./gradlew build --stacktrace
(which gives error details)
Task :app:compileReleaseJavaWithJavac Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details.
Task :app:minifyReleaseWithR8 AGPBI: {"kind":"warning","text":"Missing classes detected while running R8. Please add the missing classes or apply additional keep rules that are generated in D:\Android Project\DigiSchool BackUp\PlayStore\12 Aug 2021\EvvStudy\digi-schoo\app\build\outputs\mapping\release\missing_rules.txt.\n","sources":[{}]} AGPBI: {"kind":"warning","text":"Missing class kotlinx.coroutines.CoroutineScope (referenced from: kotlinx.coroutines.CoroutineScope id.zelory.compressor.Compressor$compress$3.p$ and 1 other context)","sources":[{}],"tool":"R8"}
Task :app:lintDebug Wrote HTML report to file:///D:/Android%20Project/DigiSchool%20BackUp/PlayStore/12%20Aug%202021/EvvStudy/digi-schoo/app/build/reports/lint-results-debug.html
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
Still facing that issue please help me in to this.
I found the answer right now since I was facing the same issue without founding any solution.
On Android Studio go to:
File -> Project Structure (Ctrl+Alt+Maiusc+S) -> Facets -> Structure -> Manifest file:
Change the path of the file, the path is under
YOURAPPNAME\android\app\src\main