Runtime Error Unable to find explicit activity

How to fix this error
Unable to find explicit activity class{packageName/com.google.android.play.core.common.PlaycoreDialogWrapperActivity};have you declared this activity in your AndroidManifest.xml?

Screenshot_20220930-115047_1

this is my activity

    <activity 

android:enabled=“false”
android:exported=“false”
android:name=“com.google.android.play.core.common.PlayCoreDialogWrapperActivity”
android:stateNotNeeded=“true”
android:theme=“@style/Theme.PlayCore.Transparent”/>

This error happening because I have use in-app_review component.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.