TIL

flutter speech_to_text 버전 에러

하얀잔디 2025. 4. 28. 22:43

C:\Users\rlatl\Desktop\vocablock\android\app\build.gradle.kts: android { ndkVersion = "27.0.12077973" ... } e: file:///C:/Users/rlatl/AppData/Local/Pub/Cache/hosted/pub.dev/speech_to_text-6.6.2/android/src/main/kotlin/com/csdcorp/speech_to_text/SpeechToTextPlugin.kt:37:48 Unresolved reference: Registrar e: file:///C:/Users/rlatl/AppData/Local/Pub/Cache/hosted/pub.dev/speech_to_text-6.6.2/android/src/main/kotlin/com/csdcorp/speech_to_text/SpeechToTextPlugin.kt:139:37 Unresolved reference: Registrar

 

위 에러 자주뜨는데, speech_to_text 라이브러리 뜰때 종종 나타난다.

 

해결법 ) 

 

1. ndkVersion 27로 올리기

 

2. speech_to_text 7.0.0으로 하고 flutter pub get GOGO

'TIL' 카테고리의 다른 글

가용성이란?  (0) 2025.04.25
stream vs for문  (0) 2025.04.21
특정 타입 Unique 제약  (0) 2025.04.21
관계형DB vs NoSQL  (0) 2025.04.21
TPS , Latency, 에러율, CPU 사용률이 높을때  (0) 2025.04.17