Replies: 1 comment
-
|
It shouldn't be an issue with repositories. GitHub actions also runs on Ubuntu 24.04 and it can build the project without any issues: https://github.com/Xtr126/XtMapper/actions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to compile the XtMapper project on Ubuntu 24.04 LTS using Gradle 8.14.3 and the Android plugin version 8.12.0, as per the project configuration. When running ./gradlew assembleDebug, I encounter dependency resolution errors for critical artifacts such as builder-8.12.0.jar, core-proto-0.0.9-alpha03.jar, and protos-31.12.0.jar. Gradle indicates that it cannot find these files in the configured repositories (specifically in https://dl.google.com/dl/android/maven2/).
Relevant Configuration:
Has anyone encountered this error with the Android plugin version 8.12.0? Are there additional repositories I need to add? Or should I downgrade the plugin to a more stable version? Any guidance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions