Zsolt.bertalan
03/11/2022, 4:29 PMandroidx.startup.StartupException: java.lang.IllegalStateException: The component was not created. Check that you have added the HiltAndroidRule.
@Marko Novakovic Have you managed to fix the issue?
I tried adding @EarlyEntryPoint instead of @EntryPoint.
One possible problem is that we have a few Java tests that do not use the HiltAndroidRule. But if I run only a single test that does, the application is still crashing before any tests.