Re: Java3D Android support released
Posted by hterrolle on Oct 05, 2024; 2:28pm
URL: https://forum.jogamp.org/Java3D-Android-support-released-tp4042907p4043546.html
Hi,
I had many problem using the github project. especelly for running Gradle.
I am using Android Studio 4.1.0 and i cannot build or compile the project.
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
}
seems to cause the problem.
thanks for help
PS: i got this error
Unrecognized Android Studio (or Android Support plugin for IntelliJ IDEA) version '201.8743.12.41.6858069', please retry with version 2021.2.1 or newer.
What is the java version needed for running the project ?