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

Gradle warning on Android builds #336

Closed
2 tasks
roblabs opened this issue Jun 17, 2022 · 1 comment
Closed
2 tasks

Gradle warning on Android builds #336

roblabs opened this issue Jun 17, 2022 · 1 comment
Labels
android build Related to build, configuration or CI/CD good first issue Good for newcomers Gradle

Comments

@roblabs
Copy link
Collaborator

roblabs commented Jun 17, 2022

When building MapLibre for Android, there is a warning from the Gradle build. It's not clear if upgrading to Gradle 7.0 will benefit MapLibre, but this may need maintenance in the future.

  • Need to instrument a Gradle build with the recommended --warning-mode all to understand the root issue & deprecation warnings.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings


  • ANDROID_NDK_HOME warning

WARNING: Support for ANDROID_NDK_HOME is deprecated and will be removed in the future. Use android.ndkVersion in build.gradle instead.

@roblabs roblabs added good first issue Good for newcomers build Related to build, configuration or CI/CD android labels Jun 17, 2022
@birkskyum
Copy link
Member

Closed by #611

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android build Related to build, configuration or CI/CD good first issue Good for newcomers Gradle
Projects
None yet
Development

No branches or pull requests

2 participants