We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/example
I got some gradle-related errors when trying to run the project with Flutter 3.19.1 on Android, here is how to fix them:
In the android/build.gradle file, change the android build tools dependency to:
android/build.gradle
classpath 'com.android.tools.build:gradle:7.4.1'
In the android/gradle/wrapper/gradle-wrapper.properties file, change the distributionUrl to:
android/gradle/wrapper/gradle-wrapper.properties
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
Please include these in a future release.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got some gradle-related errors when trying to run the project with Flutter 3.19.1 on Android, here is how to fix them:
In the
android/build.gradle
file, change the android build tools dependency to:classpath 'com.android.tools.build:gradle:7.4.1'
In the
android/gradle/wrapper/gradle-wrapper.properties
file, change the distributionUrl to:Please include these in a future release.
The text was updated successfully, but these errors were encountered: