difference between ndk-bundle and android-ndk-r15c

匿名 (未验证) 提交于 2019-12-03 08:54:24

问题:

are there any difference between ndk-bundle obtained donloading the ndk from SDK manager and android-ndk-r15c from android developers? I'm not able to compile a project cloned from git-hub, in the description is write that I need android-ndk-r8c... I'm using ndk-bundle, is the same??

回答1:

Yes, ndk-bundle directory contains exactly same NDK as what you can download from https://developer.android.com/ndk/downloads/index.html. But if the project is tuned for r8c, you may have some work to do to tune it for r15c.

This does not mean that you should download r8c: some important bugs have been fixed, and there may be compatibility issues with new devices.



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!