Flutter/오류
'execution failed for task ':app:stripdebugdebugsymbols'. > no toolchains found in the ndk toolchains folder for abi with prefix: arm-linux-androideabi' 플러터 에뮬레이터 ndk 툴체인 오류 해결
Vrowdice
2022. 1. 8. 19:35
말 그대로 ndk에 문제가 생긴 것이였다.
필자는 NDK 버전을 낮추어 해결했다.
20.x.xx...... 버전 이하 에서는 해당 문제가 발생하지 않는다고 한다.