上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页
摘要: http://journals.ecs.soton.ac.uk/java/tutorial/native1.1/implementing/method.html Calling Java Methods This section illustrates how you can call Java m 阅读全文
posted @ 2017-06-05 22:17 袁晓平 阅读(360) 评论(0) 推荐(0) 编辑
摘要: cd /Users/musictom/Documents/source/ky/app/build/intermediates/classes/debug javah -jni -classpath /Users/musictom/Library/Android/sdk/platforms/andro 阅读全文
posted @ 2017-06-03 17:47 袁晓平 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 设备是android 4.1的平板电脑,支持armeabi-v7a和mips,为了能用上poco c++ lib,用cmake编译了poco mips架构的lib,但在android studio里引用运行时就报 cannot locate symbol 'sigemptyset' google了下 阅读全文
posted @ 2017-06-03 11:48 袁晓平 阅读(1222) 评论(0) 推荐(0) 编辑
摘要: 编辑tools/build/src/tools/gcc.jam rule setup-threading ( targets * : sources * : properties * ){ local threading = [ feature.get-values threading : $(pr 阅读全文
posted @ 2017-05-07 11:43 袁晓平 阅读(953) 评论(0) 推荐(0) 编辑
摘要: http://tungchingkai.blogspot.jp/2016/11/how-to-build-c-static-libraries-boost.html How to build C++ static libraries (boost and QuantLib) for Android 阅读全文
posted @ 2017-04-27 13:43 袁晓平 阅读(905) 评论(0) 推荐(0) 编辑
摘要: cd boost_1_64_0/tools/build ./bootstrap.sh --with-toolset=gcc 输出: -n Bootstrapping the build engine with toolset gcc... engine/bin.macosxx86_64/b2 Boo 阅读全文
posted @ 2017-04-26 23:05 袁晓平 阅读(551) 评论(0) 推荐(0) 编辑
摘要: In its early days, the Android OS was pretty much supporting only one CPU architecture: ARMv5.Do you know how many it does support now? … 7! Seven dis 阅读全文
posted @ 2017-04-16 22:35 袁晓平 阅读(279) 评论(0) 推荐(0) 编辑
摘要: I need to convert between UTF-8, UTF-16 and UTF-32 for different API's/modules and since I know have the option to use C++11 am looking at the new str 阅读全文
posted @ 2017-04-16 21:53 袁晓平 阅读(893) 评论(0) 推荐(0) 编辑
摘要: (could be a one-liner if not for MVP) post-2011 edit, this approach is now spelled I'm late to the party, but here is a fairly efficient solution: I d 阅读全文
posted @ 2017-04-16 21:38 袁晓平 阅读(7289) 评论(0) 推荐(0) 编辑
摘要: Android项目的CMakeLists.txt代码如下,so文件放在项目的$Project/app/src/main/jniLibs/$arch下,$arch替换为arm64-v8a armv7a等 cmake_minimum_required(VERSION 3.4.1)set(ARCH arc 阅读全文
posted @ 2017-04-16 20:42 袁晓平 阅读(4157) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页