Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NoSuchMethodError : No interface method requestReviewFlow() #246

Open
AkashAndi opened this issue Oct 27, 2023 · 0 comments
Open

Comments

@AkashAndi
Copy link

AkashAndi commented Oct 27, 2023

java.lang.NoSuchMethodError : No interface method requestReviewFlow()Lcom/google/android/play/core/tasks/Task; in class Lcom/google/android/play/core/review/ReviewManager; or its super classes (declaration of 'com.google.android.play.core.review.ReviewManager' appears in /data/app/~~hGOi-Yrlw5wmtkyD3D5uUg==/com.xxxx.xxx-25mYjNTXsSMr2FjUMZxW6A==/base.apk!classes2.dex)
RUNNABLE
GooglePlayReviewManager.java:48

My Production app is crashing, kindly help

java.lang.NoSuchMethodError: No interface method requestReviewFlow()Lcom/google/android/play/core/tasks/Task; in class Lcom/google/android/play/core/review/ReviewManager; or its super classes (declaration of 'com.google.android.play.core.review.ReviewManager' appears in /data/app/~~hGOi-Yrlw5wmtkyD3D5uUg==/com.xxx.xxxx-25mYjNTXsSMr2FjUMZxW6A==/base.apk!classes2.dex)
	 at com.apptentive.android.sdk.external.GooglePlayReviewManager.launchReviewGuarded(GooglePlayReviewManager.java:48)
	 at com.apptentive.android.sdk.external.GooglePlayReviewManager.launchReview(GooglePlayReviewManager.java:37)
	 at com.apptentive.android.sdk.module.engagement.InAppRatingDialogInteractionLauncher.launch(InAppRatingDialogInteractionLauncher.java:48)
	 at com.apptentive.android.sdk.module.engagement.InAppRatingDialogInteractionLauncher.launch(InAppRatingDialogInteractionLauncher.java:21)
	 at com.apptentive.android.sdk.module.engagement.EngagementModule.launchInteraction(EngagementModule.java:140)
	 at com.apptentive.android.sdk.module.engagement.EngagementModule$1.execute(EngagementModule.java:127)
	 at com.apptentive.android.sdk.util.threading.DispatchTask.run(DispatchTask.java:39)
	 at android.os.Handler.handleCallback(Handler.java:942)
	 at android.os.Handler.dispatchMessage(Handler.java:99)
	 at android.os.Looper.loopOnce(Looper.java:226)
	 at android.os.Looper.loop(Looper.java:313)
	 at android.app.ActivityThread.main(ActivityThread.java:8810)
	 at java.lang.reflect.Method.invoke(Method.java)
	 at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
	 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)



Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant