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

Fix Android example build for Gradle 8 #6229

Closed
wants to merge 1 commit into from

Conversation

duddel
Copy link
Contributor

@duddel duddel commented Mar 7, 2023

This PR fixes the Android build, which was broken since using Gradle 8.x (which is now the default on the ubuntu-22.04 Actions runner).

Details:

  • Updated the Gradle files to use recent versions of the NDK, Android Gradle plugin, etc.
  • Removed deprecation warning regarding the package name in AndroidManifest.xml
  • Added --stacktrace to the gradle assembleDebug command to see future errors early in the log

@duddel duddel mentioned this pull request Mar 7, 2023
@ocornut
Copy link
Owner

ocornut commented Mar 7, 2023

Merged as 57d0fcd

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

Successfully merging this pull request may close these issues.

None yet

2 participants