
android
grefen
这个作者很懒,什么都没留下…
展开
-
android NDK编译中遇到atof错误
今天使用ndk编译一个第三方库,编译ok后,运行的时候报错dlopen failed:cannot locate symol "atof" referenced by ...网上查找了资料,原因是atof不是库中的函数,而是inline函数:http://stackoverflow.com/questions/14571399/android-ndk-cant-find-atof-f原创 2015-05-18 17:33:39 · 3569 阅读 · 1 评论 -
android中用freetype提取字模
1 从github下载可以通过NDK编译的freetype,地址 https://github.com/CyanogenMod/android_external_freetype2 建立一个testjni工程,添加add native support (工程右键->android tools->add native support,可以产出jni目录), 把上面的lib copy到te原创 2015-09-24 15:37:11 · 4469 阅读 · 0 评论 -
Android as Bluetooth Low Energy Peripheral (GATT server).
http://blog.youkuaiyun.com/u013606170/article/details/46038283#commentsI demonstrate how to write a simple BLE peripheral application in Android here. I am bad in Android development, The UI w转载 2016-05-19 10:33:03 · 829 阅读 · 0 评论 -
编译vlc android 经验总结
# 环境- ubuntu 16- jdk-8u102-linux-x64.tar- android-ndk-r13-linux-x86_64- android-sdk_r24.4.1-linux# 注意事项下载上述安装包可用迅雷下,速度很快;ubuntu要用14以上;我之前用12没有编译成功;网上搜索说要用14;编译成功与否,网速起决定性作用原创 2016-10-17 20:25:38 · 2251 阅读 · 2 评论