Android Studio(最新版 3.4.1) / SDK Manager / SDK Tools 新增一个 NDK(Side by Side),与原先 NDK 并存。
官方博客介绍:
android-developers.googleblog.com/2019/05/and…html
Android Studio 3.5 allows you to use multiple versions of the Android NDK side-by-side in your build.gradle file. This should allow you to have more reproducible builds and mitigate incompatibilities between NDK versions and the Android gradle plugin.android
stackoverflow讨论:
stackoverflow.com/questions/5…
大概结论是,原NDK表明旧版本,用于现有项目的稳定维护。NDK(Side by Side)是新版本,用于升级验证。android-studio