-
What are you trying to achieve?I've downloaded the latest build with the hopes of testing the new demo, but I'm receiving the below error when compiling:
OS: Pop!_OS 24.04 LTS x86_64 (Linux) # # ./gradlew -Dorg.gradle.java.home=$JAVA_HOME --versionGradle 9.1.0Build time: 2025-09-18 13:05:56 UTC Kotlin: 2.2.0 Affected Platform(s)
Library Version0.12.0 What have you tried?I've tried changing Gradle versions. Additional contextI've used the steps here to download the .apk directly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The error is because jgitver is attempting to find the version through git tags, but you haven't cloned the git repo. Instead of downloading a .zip, |
Beta Was this translation helpful? Give feedback.


The error is because jgitver is attempting to find the version through git tags, but you haven't cloned the git repo.
Instead of downloading a .zip,
git clonethe repo.