Skip to content

Instantly share code, notes, and snippets.

@yash10019coder
Created February 2, 2022 12:08
Show Gist options
  • Save yash10019coder/fbc45e8db2eecb161a4213e46e847d30 to your computer and use it in GitHub Desktop.
Save yash10019coder/fbc45e8db2eecb161a4213e46e847d30 to your computer and use it in GitHub Desktop.
Log for running the first method on emulator
com.google.android.apps.common.testing.accessibility.framework.integrations.AccessibilityViewCheckException: There were 4 accessibility errors:
ConstraintLayout{id=-1, visibility=VISIBLE, width=992, height=152, has-focus=false, has-focusable=true, has-window-focus=false, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=true, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@161e8f5, tag=null, root-is-layout-requested=true, has-input-connection=false, x=0.0, y=0.0, child-count=3}: Clickable view has same bounds as another clickable view (likely a descendent),
ConstraintLayout{id=-1, visibility=VISIBLE, width=992, height=152, has-focus=false, has-focusable=true, has-window-focus=false, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=true, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@53253c7, tag=null, root-is-layout-requested=true, has-input-connection=false, x=0.0, y=152.0, child-count=3}: Clickable view has same bounds as another clickable view (likely a descendent),
ConstraintLayout{id=-1, visibility=VISIBLE, width=992, height=152, has-focus=false, has-focusable=true, has-window-focus=false, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=true, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@9096106, tag=null, root-is-layout-requested=true, has-input-connection=false, x=0.0, y=304.0, child-count=3}: Clickable view has same bounds as another clickable view (likely a descendent),
ConstraintLayout{id=-1, visibility=VISIBLE, width=992, height=152, has-focus=false, has-focusable=true, has-window-focus=false, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=true, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@ede7df4, tag=null, root-is-layout-requested=true, has-input-connection=false, x=0.0, y=456.0, child-count=3}: Clickable view has same bounds as another clickable view (likely a descendent)
at com.google.android.apps.common.testing.accessibility.framework.integrations.espresso.AccessibilityValidator.processResults(AccessibilityValidator.java:151)
at com.google.android.apps.common.testing.accessibility.framework.integrations.espresso.AccessibilityValidator.runAccessibilityChecks(AccessibilityValidator.java:129)
at com.google.android.apps.common.testing.accessibility.framework.integrations.espresso.AccessibilityValidator.checkAndReturnResults(AccessibilityValidator.java:63)
at androidx.test.espresso.accessibility.AccessibilityChecks$2.check(AccessibilityChecks.java:65)
at androidx.test.espresso.action.ViewActions$1.perform(ViewActions.java:130)
at androidx.test.espresso.ViewInteraction$SingleExecutionViewAction.perform(ViewInteraction.java:366)
at androidx.test.espresso.ViewInteraction.doPerform(ViewInteraction.java:255)
at androidx.test.espresso.ViewInteraction.access$100(ViewInteraction.java:65)
at androidx.test.espresso.ViewInteraction$1.call(ViewInteraction.java:158)
at androidx.test.espresso.ViewInteraction$1.call(ViewInteraction.java:155)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:6669)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment