flutter-webrtc / flutter-webrtc-demo

Demo for flutter-webrtc
MIT License
1.15k stars 417 forks source link

No version of NDK matched the requested version 21.4.7075529. #202

Open TJW8812031314 opened 1 year ago

epitchi commented 1 year ago

@TJW8812031314 You have to install Android NDK.

Open Android Studio -> Tools -> SDK Manager -> Android SDK Choose SDK Tools Tab then it show a list sdk, check the NDK (Side by side) and CMake. To install the NDK version 21.4.7075529. Check the "show package details" to display version of sdk. Install it and rebuild a flutter. Hope it work for you. image