SurfaceFlinger: Failed to find layer FullScreenFragmentActivity in layer parent (no-parent)
Asked Answered
J

1

42

I have a BottomSheetFragmentActivity which causes this crash on Android 8.0 devices. I am looking for a workaround, without setting targetSDK back to 26.

I solved this as described here: But this in turn causes

SurfaceFlinger: Failed to find layer BottomSheetFragmentActivity#0 in layer parent (no-parent).

Is there a solution?

Jaime answered 13/2, 2018 at 10:21 Comment(2)
now have you solved the issue? I also meet this questionPeneus
@Ralf Wickum - Did you find an answer to this? Facing the same issue.Roussillon
M
1

Try :

Clean Project -> Rebuild Project

or if it doesn't work

Invalidate Caches and Restart

Worked for me. Hope it helps.

Melgar answered 17/9, 2019 at 9:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.