Android SDK Manager Install Specific Version of NDK Bundle

后端 未结 3 1662
臣服心动
臣服心动 2021-02-14 08:55

I\'m trying to install NDK 15c and I can\'t seem to figure out how to tell sdkmanager the version. If I run

sdkmanager \"ndk-bundle\"

I will ge

3条回答
  •  情书的邮戳
    2021-02-14 09:45

    You can just download the android-NDK from their archives and integrate it with your android studio. You can download android-NDK 15 from the given URL:

    https://developer.android.com/ndk/downloads/older_releases

    To connect it with android studio, extract it into your drive and in android studio, go to File -> Project Structure -> SDK Location -> NDK Path (Put extracted path here)

提交回复
热议问题