Hello.
When i launch my app the recyclerview is displayed a time out of 10.
when is displayed i have this in the “Run” Tab
07/31 11:42:42: Launching app
No apk changes detected since last installation, skipping installation of C:\Users\tais\AndroidStudioProjects\RIODI\app\build\outputs\apk\debug\app-debug.apk
$ adb shell am force-stop fr.tais.riodi
$ adb shell am start -n “fr.tais.riodi/fr.tais.riodi.DiListActivity” -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Client not ready yet…Waiting for process to come online
Connected to process 27417 on device emulator-5554
Capturing and displaying logcat messages from application. This behavior can be disabled in the “Logcat output” section of the “Debugger” settings page.
D/NetworkSecurityConfig: No Network Security Config specified, using platform default
D/OpenGLRenderer: HWUI GL Pipeline
D/: HostConnection::get() New Host Connection established 0x9cda6200, tid 27446
I/zygote: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
I/OpenGLRenderer: Initialized EGL, version 1.4
D/OpenGLRenderer: Swap behavior 1
W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without…
D/OpenGLRenderer: Swap behavior 0
D/EGL_emulation: eglCreateContext: 0x9f707fe0: maj 3 min 0 rcv 3
D/EGL_emulation: eglMakeCurrent: 0x9f707fe0: ver 3 0 (tinfo 0x9f709440)
I/zygote: Do partial code cache collection, code=3KB, data=16KB
I/zygote: After code cache collection, code=3KB, data=16KB
Increasing code cache capacity to 128KB
I/zygote: Do partial code cache collection, code=3KB, data=34KB
I/zygote: After code cache collection, code=3KB, data=34KB
Increasing code cache capacity to 256KB
I/zygote: JIT allocated 71KB for compiled code of void android.widget.TextView.(android.content.Context, android.util.AttributeSet, int, int)
I/zygote: Compiler allocated 4MB to compile void android.widget.TextView.(android.content.Context, android.util.AttributeSet, int, int)
D/EGL_emulation: eglMakeCurrent: 0x9f707fe0: ver 3 0 (tinfo 0x9f709440)
I/zygote: Do full code cache collection, code=94KB, data=56KB
I/zygote: After code cache collection, code=92KB, data=47KB
V/StudioProfiler: StudioProfilers agent attached.
V/StudioProfiler: Acquiring Application for Events
V/StudioProfiler: Transformed class: java/net/URL
W/zygote: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
V/StudioProfiler: Memory control stream started.
V/StudioProfiler: Live memory tracking disabled.
V/StudioProfiler: Live memory tracking enabled.
JNIEnv not attached
V/StudioProfiler: Loaded classes: 5613
V/StudioProfiler: Tracking initialization took: 313463340ns
When the recyclerview don’t work i have this.
07/31 11:47:38: Launching app
No apk changes detected since last installation, skipping installation of C:\Users\tais\AndroidStudioProjects\RIODI\app\build\outputs\apk\debug\app-debug.apk
$ adb shell am force-stop fr.tais.riodi
$ adb shell am start -n “fr.tais.riodi/fr.tais.riodi.DiListActivity” -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Client not ready yet…Waiting for process to come online
Connected to process 29888 on device emulator-5554
Capturing and displaying logcat messages from application. This behavior can be disabled in the “Logcat output” section of the “Debugger” settings page.
D/NetworkSecurityConfig: No Network Security Config specified, using platform default
D/OpenGLRenderer: HWUI GL Pipeline
D/: HostConnection::get() New Host Connection established 0x9cda6540, tid 29926
I/zygote: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
I/OpenGLRenderer: Initialized EGL, version 1.4
D/OpenGLRenderer: Swap behavior 1
W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without…
D/OpenGLRenderer: Swap behavior 0
D/EGL_emulation: eglCreateContext: 0x9fa05240: maj 3 min 0 rcv 3
D/EGL_emulation: eglMakeCurrent: 0x9fa05240: ver 3 0 (tinfo 0x9fa03240)
D/EGL_emulation: eglMakeCurrent: 0x9fa05240: ver 3 0 (tinfo 0x9fa03240)
V/StudioProfiler: StudioProfilers agent attached.
V/StudioProfiler: Acquiring Application for Events
V/StudioProfiler: Transformed class: java/net/URL
W/zygote: Current dex file has more than one class in it. Calling RetransformClasses on this class might fail if no transformations are applied to it!
V/StudioProfiler: Memory control stream started.
V/StudioProfiler: Live memory tracking disabled.
V/StudioProfiler: Live memory tracking enabled.
JNIEnv not attached
V/StudioProfiler: Loaded classes: 5592
V/StudioProfiler: Tracking initialization took: 338753470ns
I don’tunderstand the problem.
Any idea ?