fluttercommunity / app_review

App Review - Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. Maintainer: @rodydavis
https://fluttercommunity.github.io/app_review/
MIT License
329 stars 108 forks source link

SDK location not found. #50

Closed HetalGohil closed 3 years ago

HetalGohil commented 3 years ago

when i added this plugin it is giving error below:

FAILURE: Build failed with an exception.

BUILD FAILED in 6s

Exception: The plugin app_review could not be built due to the issue above.

fartem commented 3 years ago

@HetalGohil What version of Gradle plugin (in build.gradle root file) are you using?

alexobviously commented 3 years ago

I'm also getting this error as of today. My project was building just fine yesterday, but it's possible that I got a new version with pub upgrade.

edit: fixed this by using a new gradle wrapper vesion for anyone else seeing this, go to android/app/gradle/wrapper/gradle-wrapper.properties and find a line that looks like: distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip and change 5.6.2 to 6.8.2 or whatever the newest version is, and also change the version in build.gradle (classpath 'com.android.tools.build:gradle:4.1.0' worked for me)

rodydavis commented 3 years ago

issue not specific to this plugin