Why do I get classNotFound exception Although I have added my class name in manifest?
I am trying to implement Dagger hilt in my project for dependencies injection. I have
MyApplication class which extends Application ,I have added this app in manifest.xml file too ,When I build the code every thing works fine, but when I run it my app crashes with below errors. It throws run time exception with class not found exception .
Error
2022-07-13 18
3042.953 23036-23036/? E/pendencieinjec: Unknown bits set in runtime_flags: 0x28000
2022-07-13 18
3043.414...