简体   繁体   English

哪个编译器用于通过 ndk 移植 C++?

[英]which compiler to use for porting C++ through ndk?

I've an android app that does dome image proceesing.我有一个 android 应用程序可以进行圆顶图像处理。 i'd like to write certain parts of the app in C++ for performance reason, then call these methods through the NDK.出于性能原因,我想在 C++ 中编写应用程序的某些部分,然后通过 NDK 调用这些方法。 do i need a specific C++ compiler eg for embedded systems or will any do?我需要一个特定的 C++ 编译器,例如用于嵌入式系统吗? Has anyone a link to the correct download for the compiler?有没有人链接到编译器的正确下载? thanks matt谢谢马特

The Android NDK comes with a compiler included, which is a version of GCC. Android NDK 附带一个编译器,它是 GCC 的一个版本。 You should not need to install any other.您不需要安装任何其他的。

Switching from Visual Studio to Eclipse will make your Android development life much easier, though.不过,从 Visual Studio 切换到 Eclipse 将使您的 Android 开发生活更加轻松。 All the convenient tools are Eclipse-based.所有方便的工具都是基于 Eclipse 的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM