OS windows
i install jdkhttps://i.ibb.co/zGdyfRv/1.png
jmonkey engine sdk
andoid studio with andoid sdk
create andpoid project
Just do a build on the project it complains about. That is what a âpriming buildâ means. I guess for security reasons NB doesnât want to do it automatically. It requires you to right click on the project and click build. Just in case there is some malicious stuff in the build scripts.
FAILURE: Build failed with an exception.
- What went wrong:
Could not determine the dependencies of task â:app:compileReleaseJavaWithJavacâ.java.io.IOException: The filename, directory name, or volume label syntax is incorrect
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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use ââwarning-mode allâ to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
BUILD FAILED in 3s
Could you share your build.gradle? Obviously there is something wrong there. Some file or directory, or volume label syntax is wrong in a task called compileReleaseJavaWithJavac.
Not sure android projects build that well in plain Netbeans. Not without a plugin anyway.
if you want android i suggest you to go on with idea, you can still do your graphical edits in sdk, then copy result, to your project in idea, also you can have android sdk in idea too no need for android studio.