27 lines
542 B
Plaintext
27 lines
542 B
Plaintext
[[[ NC WC NDK Gradle Build Log Files ]]]
|
|
|
|
|
|
|
|
[[ gradle build ]]
|
|
|
|
# targets 'wolfssl'
|
|
$ gradle build
|
|
...
|
|
FAILURE: Build failed with an exception.
|
|
|
|
* What went wrong:
|
|
Execution failed for task ':wolfssl:externalNativeBuildRelease'.
|
|
> Unexpected native build target wolfssl. Valid values are: libwolfssl
|
|
|
|
|
|
# targets 'libwolfssl'
|
|
$ gradle build
|
|
...
|
|
FAILURE: Build failed with an exception.
|
|
|
|
* What went wrong:
|
|
Execution failed for task ':wolfssl:externalNativeBuildDebug'.
|
|
> Unexpected native build target libwolfssl. Valid values are: wolfssl
|
|
|
|
|