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

update project #7

Merged
merged 8 commits into from
Apr 3, 2024
Merged

update project #7

merged 8 commits into from
Apr 3, 2024

Conversation

jperedadnr
Copy link
Collaborator

Update project files (Gradle files, scripts)

Fixes #6

@jperedadnr jperedadnr requested a review from johanvos March 30, 2024 10:02
Copy link

@nlisker nlisker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

During the build I get these warnings:

> Task :library:compileDebugJavaWithJavac
warning: [options] source value 8 is obsolete and will be removed in a future release

warning: [options] target value 8 is obsolete and will be removed in a future release
> Task :library:mergeDebugGeneratedProguardFiles
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

And this error:

FAILURE: Build failed with an exception.
> Task :library:bundleDebugAar
* What went wrong:finished
Execution failed for task ':log:androidBuild'.
> A problem occurred starting process 'command '/home/nlisker/.gluon/substrate/Android/ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/clang''
> Task :log:androidBuild FAILEDd

I checked the path above and there's a directory missing in it denoting the version:
/home/nlisker/.gluon/substrate/Android/ndk/25.2.9519653/toolchains/llvm/prebuilt/linux-x86_64/bin/clang
This was created by GluonFX, I didn't download the ndk manually.

Also note that in the documentation, the ndk path is named ndk-bundle, but I think it's only named that if it's installed from Android Studio while GluonFX just uses ndk.

gradle/android_project/build.gradle Outdated Show resolved Hide resolved
gradle/native-build.gradle Outdated Show resolved Hide resolved
gradle/wrapper/gradle-wrapper.properties Outdated Show resolved Hide resolved
gradle/native-build.gradle Show resolved Hide resolved
@jperedadnr jperedadnr merged commit 19b2e22 into gluonhq:master Apr 3, 2024
1 check passed
@jperedadnr jperedadnr deleted the 6-update branch April 3, 2024 21:37
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.

update gradle files
3 participants