| 현상
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':stripReleaseDebugSymbols'.
> No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi
* 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.5/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 36s
위 에러가 발생하며 빌드에 실패하는 현상
| 원인
그래들 버전에 맞는 NDK가 설치되어 있지 않아 발생
| 해결방법
구분 | 버전 |
Gradle | 5.5 |
NDK | android-ndk-r16b |
반응형
'Workspace > Android' 카테고리의 다른 글
[Gradle][Unity] Using insecure protocols with repositories, without explicit opt-in, is unsupported (0) | 2023.08.18 |
---|---|
[Gradle][Unity] Failed to install the following Android SDK packages as some licences have not been accepted (0) | 2023.08.18 |
[Gradle] UnsatisfiedLinkError 에러 (1) | 2023.08.18 |
[Android] Manifest 병합 실패 이슈 (0) | 2023.08.18 |
[Gradle] Android Gradle 플러그인 버전 이슈 (0) | 2023.03.24 |