Gradle error #1758
Replies: 3 comments 2 replies
|
I made some progress by changing build.gradle.kts: plugins { But now error: FAILURE: Build failed with an exception.
java.lang.ExceptionInInitializerError 1 error
CONFIGURE FAILED in 6s |
|
I saw some mention of jdk 21 being too new for this config but when I downloaded https://github.com/itsaky/openjdk-17-android/releases/download/01-01-2022/jdk17-arm64.tar.xz, extracted and set JAVA_HOME to the extraction path gradlew says it's invalid |
|
@john-musbach Hello! Thanks for sending us these details. Please allow me some time to check them over. |
Uh oh!
There was an error while loading. Please reload this page.
Trying to build https://github.com/whyorean/AuroraStore and getting error:
FAILURE: Build failed with an exception.
Where:
Build file '/storage/emulated/0/CodeOnTheGoProjects/A/AuroraStore/app/build.gradle.kts' line: 11
What went wrong:
An exception occurred applying plugin request [id: 'com.android.application', version: '9.3.0']
The distributionUrl has been set to:
distributionUrl=gradle-9.5.0-bin.zip
Still same failure.
How to fix? Downloaded latest 64bit release.
All reactions