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

Upgrade Gradle Tools to >= 4.1.2 + Gradle Wrapper >= 6.5.1 (Linux issue) #805

Open
Gustl22 opened this issue Jun 2, 2021 · 2 comments
Open

Comments

@Gustl22
Copy link

Gustl22 commented Jun 2, 2021

Plz upgrade the gradle version of the projects in order to work properly on all platforms:

No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi

Related:
flutter/flutter#53657 (comment)

build.gradle:

dependencies {
    classpath 'com.android.tools.build:gradle:4.1.3'
}

gradle-wrapper.properties:

distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
@domesticmouse
Copy link
Contributor

Which sample is this for?

@Gustl22
Copy link
Author

Gustl22 commented Aug 2, 2023

I suspect this affects all samples with these specs:
https://github.com/search?q=repo%3Aflutter%2Fsamples%20services.gradle.org%2Fdistributions%2Fgradle&type=code

https://github.com/search?q=repo%3Aflutter%2Fsamples+%22com.android.tools.build%3Agradle%22&type=code

But I think I originally tested it with the platform_channel sample, where the according versions have been updated in #1022

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

2 participants