I have encountered with the above error after updating my android studio to jelly fish 2023.3.1. I have searched thoroughly before posting it again. I have found following error when clean and rebuild project. I have attached the SS for the simplicity.
My project doesn’t have these classes like BootsStrapActivity, EmptyAcitivity, EmptyFloatingActivity in any of the file or library.
NavComponent is the libarary that have been added as module in my project and its menifest file is as follow:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.ibrahimsn.lib" >
I have checked my app module manifest file thoroughly and found that I have added exported property to every component tag i.e. activity, receiver, service, provider
when look at the merged manifest file it only shows warning and no Manifest Merging Error.
Invalidate cache and restart, cache manually deleted doesn’t work as well.I have also updated the following dependencies because some questions suggesting to update them.
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
As my app is running and apk build is generated successfully but want to remove this error, it shouldn’t show up on every clean and build. Any suggestion would be highly appreciated. Thanks