Skyost / RateMyApp

This plugin allows to kindly ask users to rate your app if custom conditions are met (eg. install time, number of launches, etc...).
https://pub.dev/packages/rate_my_app
MIT License
273 stars 111 forks source link

A problem occurred evaluating project ':rate_my_app'. #136

Closed rajaarav0 closed 1 year ago

rajaarav0 commented 1 year ago

FAILURE: Build failed with an exception.

BUILD FAILED in 5s Exception: Gradle task assembleDebug failed with exit code 1

Screenshot 2023-06-05 at 3 11 01 PM
Skyost commented 1 year ago

Try to flutter clean your project before building it.

rajaarav0 commented 1 year ago

Try to flutter clean your project before building it.

Before submitting the issue, I tried nearly everything. On iOS, it functions flawlessly, but when operating on an actual Android smartphone, this problem arises.

Skyost commented 1 year ago

Are you using AGP 8 ?

rajaarav0 commented 1 year ago

Are you using AGP 8 ?

graddle-wrapper.properties is distributionUrl=https://services.gradle.org/distributions/gradle-6.7-all.zip and build/gradle is classpath 'com.android.tools.build:gradle:4.1.0'

Skyost commented 1 year ago

This the problem (see the changelog) ! Either migrate to AGP 8 or downgrade RateMyApp.