Android NDK Beginner's Guide (英文PDF) 关于安卓NDK开发的资源网上并不算丰富,估计大多数人还是喜欢在Java里面解决所有问题。但是NDK对于跨平台以及构建高性能应用非常重要(特别是OpenGL游戏)。这本书从浅入深地涵盖了NDK开发的方方面面,包括JNI的使用、OpenGL ES和OpenSL ES等,适合那些有一定Android开发基础,并想学习NDK开发的朋友们。 Portability among hardware and adaptability to the constrained resources of mobile devices: this is the real essence of the mobile challenge from a technical perspective. With Android, ones has to deal with multiple screen resolutions, various CPU and GPU speed or capabilities, memory limitations, and so on, which are not topics specific to this Linux-based system, (that is, Android) but can particularly be incommoding. To ease portability, Google engineers packaged a virtual machine with a complete framework (the Android SDK) to run programs written in one of the most spread programming language nowadays: Java. Java, augmented with the Android framework, is really powerful. But first, Java is specific to Android. Apple's products are written for example in Objective C and can be combined with C and C++. And second, a Java virtual machine does not always give you enough capability to exploit the full power of mobile devices, even with just-in-time compilation enabled. Resources are limited on these devices and have to be carefully exploited to offer the best experience. This is where the Android Native Development Kit comes into place.
2021-07-07 10:30:27 5.23MB Android NDK
1
史上最强NDK入门项目实战.rar
2021-07-04 14:00:37 261KB android ndk java 安卓
1
你好相机2 Hello Camera2是播放预览的Android Camera2示例。 它通过NDK camera2 API控制相机设备,该设备成为Android N中的之一。 先决条件 带有 (> = r12)捆绑包的Android Studio 2.1+。 屏幕截图 触摸屏幕时,会切换一个小的额外视图。 已知错误 更改了其他表面视图后,App崩溃了。 (例如,将人像切换为横向模式时,反之亦然)
2021-06-29 15:19:18 535KB android ndk camera2 C++
1
Unity 2020 有时候下载的安卓组件的时候会丢失NDK组件 将这个压缩包放到NDK路径里就行了例如: 2020.3.2f1c1 是我的Unity版本号,你们放到对应的版本里就行了 E:\Unity\2020.3.2f1c1\Editor\Data\PlaybackEngines\AndroidPlayer\NDK
2021-06-22 09:03:02 356.36MB UnityNDK
参考 http://blog.csdn.net/koffuxu/article/details/37959071
2021-06-18 20:37:39 11KB android ndk tombstone
1
本项目主要利用 protobuf, 实现了 Android 上层和 native 层间传递数据 仅需几步操作即可实现,简单易用 使用前请先阅读README.md文档,查看使用说明 如有任何问题,欢迎沟通交流
2021-06-08 15:06:37 63.37MB protobuf android ndk 结构体传值
Android NDK R21 可用于unity、UE4等等开发
2021-06-04 13:01:25 736.47MB android ndk
1
windows系统搭建QTforAndroid环境\搭建环境所需源码包。 资源: android-ndk-r19c-windows-x86_64.zip QT版本: 5.12.6
2021-05-25 14:05:23 759.17MB ndk-r19c
1
ubuntu18.04基于QT5.13搭建最新Android开发环境源码包 资源: android-ndk-r19c-linux-x86_64.zip QT环境:5.13
2021-05-25 14:05:22 785.23MB ndk-r19c
1
android ndk使用ffmpeg所需要的文件都有,包括多平台arm64-v8a、armeabi-v7a、x86、x86_64以及所有头文件,如果需要静态库有.a文件
2021-05-21 11:01:31 241.96MB ffmpeg 音视频 android ndk
1