Anything I can do to fix the below Error? Many thanks!
--------- beginning of main
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Create **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Create **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
** Service (starter) Destroy (ignored)**
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
Copying updated assets files (1)
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Resume **
java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/core/view/ViewGroupKt;
at androidx.customview.poolingcontainer.PoolingContainer.callPoolingContainerOnReleaseForChildren(PoolingContainer.kt:111)
at androidx.recyclerview.widget.RecyclerView.onDetachedFromWindow(RecyclerView.java:3541)
at android.view.View.dispatchDetachedFromWindow(View.java:24390)
at android.view.ViewGroup.dispatchDetachedFromWindow(ViewGroup.java:4229)
at android.view.ViewGroup.dispatchDetachedFromWindow(ViewGroup.java:4221)
at android.view.ViewRootImpl.dispatchDetachedFromWindow(ViewRootImpl.java:7869)
at android.view.ViewRootImpl.doDie(ViewRootImpl.java:12278)
at android.view.ViewRootImpl.die(ViewRootImpl.java:12237)
at android.view.WindowManagerGlobal.removeViewLocked(WindowManagerGlobal.java:723)
at android.view.WindowManagerGlobal.removeView(WindowManagerGlobal.java:654)
at android.view.WindowManagerImpl.removeViewImmediate(WindowManagerImpl.java:216)
at android.widget.PopupWindow.dismissImmediate(PopupWindow.java:2415)
at android.widget.PopupWindow.dismiss(PopupWindow.java:2349)
at android.widget.PopupWindow$PopupDecorView.onTouchEvent(PopupWindow.java:2925)
at android.view.View.performOnTouchCallback(View.java:17234)
at android.view.View.dispatchTouchEvent(View.java:17187)
at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3365)
at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:3032)
at android.widget.PopupWindow$PopupDecorView.dispatchTouchEvent(PopupWindow.java:2915)
at android.view.View.dispatchPointerEvent(View.java:17527)
at android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent(ViewRootImpl.java:9847)
at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:9563)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:8901)
at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:8958)
at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:8924)
at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:9124)
at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:8932)
at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:9181)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:8905)
at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:8958)
at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:8924)
at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:8932)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:8905)
at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:12785)
at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:12673)
at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:12628)
at android.view.ViewRootImpl.processRawInputEvent(ViewRootImpl.java:13165)
at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:12915)
at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:392)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.nextLegacy(MessageQueue.java:950)
at android.os.MessageQueue.next(MessageQueue.java:1062)
at android.os.Looper.loopOnce(Looper.java:221)
at android.os.Looper.loop(Looper.java:363)
at android.app.ActivityThread.main(ActivityThread.java:10060)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:975)
Caused by: java.lang.ClassNotFoundException: androidx.core.view.ViewGroupKt
... 48 more
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Resume **
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
--------- beginning of main
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Create **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Create **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
** Service (starter) Destroy (ignored)**
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
Copying updated assets files (1)
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Resume **
java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/core/view/ViewGroupKt;
at androidx.customview.poolingcontainer.PoolingContainer.callPoolingContainerOnReleaseForChildren(PoolingContainer.kt:111)
at androidx.recyclerview.widget.RecyclerView.onDetachedFromWindow(RecyclerView.java:3541)
at android.view.View.dispatchDetachedFromWindow(View.java:24390)
at android.view.ViewGroup.dispatchDetachedFromWindow(ViewGroup.java:4229)
at android.view.ViewGroup.dispatchDetachedFromWindow(ViewGroup.java:4221)
at android.view.ViewRootImpl.dispatchDetachedFromWindow(ViewRootImpl.java:7869)
at android.view.ViewRootImpl.doDie(ViewRootImpl.java:12278)
at android.view.ViewRootImpl.die(ViewRootImpl.java:12237)
at android.view.WindowManagerGlobal.removeViewLocked(WindowManagerGlobal.java:723)
at android.view.WindowManagerGlobal.removeView(WindowManagerGlobal.java:654)
at android.view.WindowManagerImpl.removeViewImmediate(WindowManagerImpl.java:216)
at android.widget.PopupWindow.dismissImmediate(PopupWindow.java:2415)
at android.widget.PopupWindow.dismiss(PopupWindow.java:2349)
at android.widget.PopupWindow$PopupDecorView.onTouchEvent(PopupWindow.java:2925)
at android.view.View.performOnTouchCallback(View.java:17234)
at android.view.View.dispatchTouchEvent(View.java:17187)
at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3365)
at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:3032)
at android.widget.PopupWindow$PopupDecorView.dispatchTouchEvent(PopupWindow.java:2915)
at android.view.View.dispatchPointerEvent(View.java:17527)
at android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent(ViewRootImpl.java:9847)
at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:9563)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:8901)
at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:8958)
at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:8924)
at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:9124)
at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:8932)
at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:9181)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:8905)
at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:8958)
at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:8924)
at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:8932)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:8905)
at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:12785)
at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:12673)
at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:12628)
at android.view.ViewRootImpl.processRawInputEvent(ViewRootImpl.java:13165)
at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:12915)
at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:392)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.nextLegacy(MessageQueue.java:950)
at android.os.MessageQueue.next(MessageQueue.java:1062)
at android.os.Looper.loopOnce(Looper.java:221)
at android.os.Looper.loop(Looper.java:363)
at android.app.ActivityThread.main(ActivityThread.java:10060)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:975)
Caused by: java.lang.ClassNotFoundException: androidx.core.view.ViewGroupKt
... 48 more
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Resume **
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **