Closed abdoei closed 7 months ago
Tried to build the project on Manjaro with the latest Java and Android SDK using the building bash command you provided in the readme
export ANDROID_SDK_ROOT=$HOME/Android/Sdk
./gradlew :app:assembleDebug
and got this error
FAILURE: Build failed with an exception.
* What went wrong:
Could not open settings generic class cache for settings file '/home/abdoe/dev/android_sdk/warpinator-android/settings.gradle' (/root/.gradle/caches/7.5/scripts/x53n7hv2ijbrzal3sxnqwips).
> BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 65
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 490ms
I am not into Android or Java at all and want to build the project for personal use, so feel free to neglect this debugging until you are utterly free.
Seems like you have Java 21 but the Gradle version currently used by the project only supports Java 18. I will hopefully make a public release with the fix soon (maybe next week).
On a Huawei phone Y9 Prime (2019) the server crashes when starting. And here is the log file
I think the starting falling stone is the time that is unparseable is the one to blame:
03-18 21:15:39.346 5029 5029 E AUTH : java.lang.IllegalArgumentException: invalid date string: Unparseable date: "bd`cagaiaeciGMT+00:00"
I think due to this the other functionalities in the app is not working