码迷,mamicode.com
首页 >  
搜索关键字:ndk    ( 1887个结果
Android config Android.mk parameter
0x00 LOCAL_PATH 根据 Android 构建系统要求,Android.mk 文档必须以 LOCAL_PATH 变量的定义开头。 LOCAL_PATH := $(call my-dir) Android 构建系统利用 LOCAL_PATH 来定位源文件。因为将改变量设置为硬编码值不合适, ...
分类:移动开发   时间:2020-04-05 09:18:01    阅读次数:80
android 使用NDK api调用AssetManager
{ 工具类代码 public native static String getAssetStringUseJNI(Context context,String path); 1NDK代码#include <jni.h>#include <assert.h>#include <string.h>#in ...
分类:移动开发   时间:2020-04-04 00:14:25    阅读次数:191
215. Kth Largest Element in an Array
Problem : Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element ...
分类:其他好文   时间:2020-03-30 16:41:09    阅读次数:69
NDK编译依赖opencv静态库的arm64-v8a动态库
遇到的问题:写完Android.mk和Application.mk文件,然后使用cygwin+NDK编译 总是遇到下面的编译错误: fatal error: opencv2/core.hpp: No such file or directory #include "opencv2/core.hpp" ...
分类:其他好文   时间:2020-03-24 17:13:02    阅读次数:165
性能比肩美拍秒拍的Android视频录制编辑特效解决方案
前言 众所周知,Android平台开发分为Java层和C++层,即Android SDK和Android NDK。常规产品功能只需要涉及到Java层即可,除非特殊需要是不需要引入NDK的。但如果是进行音视频开发呢? Android系统Java层API对音视频的支持在MediaCodec之前,还停留在 ...
分类:移动开发   时间:2020-03-18 22:05:27    阅读次数:77
自动定位android ndk的路径
开发过程中,我们在makefile环境变量里面指定android ndk toolchain的路径 然而,每个人的路径并不一样,所以有必要写个什么东西来做自动查找定位和配置 原理在于android ndk的根目录里面有个source.properties文件 用find命令很容易根据这个文件名找到这 ...
分类:移动开发   时间:2020-03-17 08:18:37    阅读次数:91
搞懂这些面试知识点,吊打面试官
搞懂这些面试知识点,吊打面试官
分类:其他好文   时间:2020-03-12 23:18:34    阅读次数:53
centos8 shell代理
export ALL_PROXY=socks5://127.0.0.1:1080 添加到/etc/profile export ANDROID_HOME=/root/kooapk/android-sdk-linuxexport ANDROID_NDK_HOME=/root/kooapk/androi ...
分类:系统相关   时间:2020-03-05 00:56:44    阅读次数:128
SAP Hybris platform和Netweaver的缓存(Cache)设计机制
Hybris Cache (1 )The Hybris Cache is a part of the Hybris persistence layer. (2) It improves the performance of a single server node by reducing the a ...
分类:Web程序   时间:2020-03-03 15:13:16    阅读次数:66
cocos打包的时候 ndk编译出错
执行“python build_native.py”命令报错: 正在执行 ndk-build... NDK 编译模式:debug NDK_TOOLCHAIN_VERSION: 4.9 NDK 编译失败! Traceback (most recent call last): File "build_n ...
分类:其他好文   时间:2020-03-02 12:32:59    阅读次数:131
1887条   上一页 1 ... 3 4 5 6 7 ... 189 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!