codelab-android-hilt icon indicating copy to clipboard operation
codelab-android-hilt copied to clipboard

Results 24 codelab-android-hilt issues
Sort by recently updated
recently updated
newest added

2023-11-19 01:08:37 App Version: 1.1.7_117 OS Version: 10_29 Vendor: HUAWEI Model: ELS-N39 CPU: [arm64-v8a, armeabi-v7a, armeabi] java.lang.RuntimeException: Unable to start activity ComponentInfo{com.moft.firefighting/com.moft.firefighting.module.main.MainActivity}: java.lang.IllegalArgumentException: Cannot add a null child view to...

Logged ANR mostly for android 11 user(97%), kindly help. Thanks in advance. dagger.internal.DoubleCheck.get (DoubleCheck.java:47) com.xyz.data.DaggerXYZApplication_HiltComponents_SingletonC$SingletonCImpl.defaultMusicRepository (DaggerXYZApplication_HiltComponents_SingletonC.java:4373) com.xyz.data.DaggerXYZApplication_HiltComponents_SingletonC $SingletonCImpl.defaultMusicUseCaseProvider (DaggerXYZApplication_HiltComponents_SingletonC.java:4377) com.xyz.data.DaggerXYZApplication_HiltComponents_SingletonC $ServiceCImpl.injectMusicService2 (DaggerXYZApplication_HiltComponents_SingletonC.java:3772) com.xyz.data.DaggerXYZApplication_HiltComponents_SingletonC $ServiceCImpl.injectMusicService (DaggerXYZApplication_HiltComponents_SingletonC.java:3761) com.xyz.androidtv.music.player.Hilt_MusicService.inject (Hilt_MusicService.java:51) com.xyz.androidtv.music.player.Hilt_MusicService.onCreate (Hilt_MusicService.java:28) com.xyz.androidtv.music.player.MusicService.onCreate...

Hi! I believe you have to use the same version in the libraries and the gradle plugin. Can you try with: ``` dependencies { classpath 'com.google.dagger:hilt-android-gradle-plugin:2.28.3-alpha' } ``` _Originally posted...

After doing step 7. "Hilt modules", running the app would crash when building/running the app. Upgrading the Project's Kotlin and Hilt versions seems to have solved this issue for me....

I tried to build this project on the `solution` branch and got the below error: ``` Execution failed for task ':app:kaptDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction > java.lang.reflect.InvocationTargetException...

Hi, This is Lion.M. I met an exception, `ActivityNotFoundException` when running `AppTest#happyPath` while following CodeLab. And I found a [github issue](https://github.com/android/android-test/issues/1412) related it. According to the link above, this issue...

i got this error when i try to run the test case (ui test) : java.lang.AssertionError: Activity never becomes requested state "[RESUMED, STARTED, CREATED, DESTROYED]" (last lifecycle transition = "PRE_ON_CREATE")...

To close issue - https://github.com/googlecodelabs/android-hilt/issues/48

nuke word in nukeTable method name sounds exaggerated - In interest of world peace doing minor refactor

I have a view using field injection. I create the view inside another view by using a custom EntryPoint. I found out, that the fields inside the injected view are...