반응형
Execution failed for task ':app:stripDebugDebugSymbols'. > No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi
플러터 애니메이션 플러그인 깃허브 리포지터리를 클론테스트 하는 중 빌드가 안된다
Execution failed for task ':app:stripDebugDebugSymbols'.
좀 옛날거라 그런지 몰라도 프로젝트 app수준의 build.gradle 파일에 ndkVersion 명시 자체가 없다. 그래서 플러터 sdk위치의 \flutter\packages\flutter_tools\gradle\flutter.gradle 파일에 명시된 ndkVersion을 그냥 쓰려고
ndkVersion flutter.ndkVersion 을 추가해줬다.
그리고 사용자\AppData\Local\Android\Sdk 안에있는 ndk폴더를 삭제해줬다
반응형
잘된다. 끗
참고:
https://pub.dev/packages/animations/example
https://github.com/flutter/packages
반응형
'Flutter' 카테고리의 다른 글
Exception caught by image resource service Unable to load asset: " (0) | 2023.02.15 |
---|---|
플러터 키스토어 파일 생성 Flutter Create keystore file (0) | 2023.02.13 |
스택위젯 화면 회전 시 Fit 안됨 (Does not fit when rotating the stack widget screen: The offending constraints were) (0) | 2023.02.09 |
플러터 스플래시 Flutter Splash (0) | 2023.02.09 |
Incorrect use of ParentDataWidget. (0) | 2023.02.07 |