You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to automate the build process and run the command with a child_process.
I tried the exec and spawn methods, but get always the same error:
Please change the name of one of the extended classes.
File:<APPROOT>\platforms\android\app\src\main\java\com\tns\FragmentClass.java Class: com.tns.FragmentClass
at org.nativescript.staticbindinggenerator.Generator.writeBindings(Generator.java:112)
at org.nativescript.staticbindinggenerator.Main.main(Main.java:53)
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:runSbg'.
> Process 'command 'C:\Program Files\AdoptOpenJDK\jdk8u192-b12\bin\java.exe'' finished with non-zero exit value 1
* 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 43s
Command gradlew.bat failed with exit code 1
when I remove the workers it builds correctly. is there maby an option to get it work, or is it a bug?
The text was updated successfully, but these errors were encountered:
I tried to automate the build process and run the command with a
child_process
.I tried the
exec
andspawn
methods, but get always the same error:when I remove the workers it builds correctly. is there maby an option to get it work, or is it a bug?
The text was updated successfully, but these errors were encountered: