NoClassDefFoundError in the android application class by Hilt dependency injection
At the beginning of the program execution, in some cases, without any changes in the project source, this error is issued and the program crashes, but if I connect another Android device and run it, the problem is solved.
java.lang.NoClassDefFoundError: Failed resolution of: Lir/example/xxx/App_GeneratedInjector;
at com.example.xxx.Hilt_App.(Hilt_App.java:19)
at com.example.xxx.App.(App.kt:23)
at java.lang.Class.newInstance(Native Method)
at...