Jesper Skov
Jesper Skov
Requires changes from https://github.com/gluonhq/client-gradle-plugin/pull/61 to work.
Can be fixed with: sudo dnf install gcc-c++
I am trying to nativeBuild for android, and see some failures. But I have to run with -s option to see a stack trace with cause of problem, such as:...
When I interrupt a nativeBuild task, the compilation continues in the background. Somewhere the interrupt signal must get lost between the gradle task and substrate's external processes.