[Error]
* What went wrong:
Execution failed for task ':app:stripDebugDebugSymbols'.
> No version of NDK matched the requested version 20.0.5594570. Versions available locally: 23.1.7779620
* Try:
Run with --stacktrace option to get the stack trace.
[해결방법]
NDK 버전이 맞지 않아 발생한 오류이다.
File - Settings - Appearance & Behavior - System Settings - Android SDK 이동
'SDK Tools' 탭에서 필요한 (에러로그에서 표시된) 버전을 install해준다.
'개발 이야기' 카테고리의 다른 글
[install] npx 설치하기 (0) | 2022.02.19 |
---|---|
[Error] Some problems were found with the configuration of task ':app:processDebugGoogleServices' (0) | 2022.02.17 |
[install] node.js 업그레이드 (0) | 2022.02.17 |
[Error] Execution failed for task 'appcompileDebugJavaWithJavac' (0) | 2022.02.14 |
[Error] but repository 'maven' was added by build file 'build.gradle' (0) | 2022.02.13 |