| 현상
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
|
그래들 버전에 맞는 NDK 설치

반응형
'Workspace' 카테고리의 다른 글
dotPeek을 이용한 디컴파일 / 어셈블리 브라우징 가이드 (0) | 2023.04.06 |
---|---|
[C#] Warning 숨기기 (0) | 2023.03.24 |