You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been facing this issue, with the following log
Fatal Exception: java.lang.RuntimeException: Unable to stop activity {app.appId/packagename.DeepLinkDispatchActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
at android.app.ActivityThread.callActivityOnStop(ActivityThread.java:4862)
at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:4832)
at android.app.ActivityThread.handleStopActivity(ActivityThread.java:4907)
at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:192)
at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:165)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:142)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:70)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2199)
at android.os.Handler.dispatchMessage(Handler.java:112)
at android.os.Looper.loop(Looper.java:216)
at android.app.ActivityThread.main(ActivityThread.java:7625)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:524)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:987)>
Can someone help me with this, Please see the code in my manifest
Hi, I have been facing this issue, with the following log
Can someone help me with this, Please see the code in my manifest
The text was updated successfully, but these errors were encountered: