Android NDK
Android NDK 是一个工具集,可让您使用 C 和 C++ 等语言以原生代码实现应用的各个部分。对于特定类型的应用,这可以帮助您重复使用以这些语言编写的代码库。
class MyActivity : Activity() {
/**
* 以 C/C++ 实现的原生方法
*/
external fun computeFoo()
}
/**
* 以 C/C++ 实现的原生方法
*/
external fun computeFoo()
}
最新资讯
Developer guide
Updated 10 февраля 2025 г.
Android's enterprise features provide organizations with a secure, flexible, and unified Android mobility platform—combining devices, applications, and management. Android apps are compatible with Android's enterprise features by default. However,
优化您的原生代码
Developer guide
Updated 10 февраля 2025 г.
Android's enterprise features provide organizations with a secure, flexible, and unified Android mobility platform—combining devices, applications, and management. Android apps are compatible with Android's enterprise features by default. However,