Chinaunix首页 | 论坛 | 博客
  • 博客访问: 465121
  • 博文数量: 145
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1060
  • 用 户 组: 普通用户
  • 注册时间: 2013-08-22 11:52
个人简介

专注计算机技术: Linux Android 云计算 虚拟化 网络

文章分类

全部博文(145)

文章存档

2016年(3)

2015年(21)

2014年(75)

2013年(46)

我的朋友

发布时间:2015-04-03 18:22:21

JNI层coding经常会遇到ReferenceTable overflow问题,特别是当jni函数被反复调用上千上万次的时候,现汇总如下,未完待续,并欢迎补充,(*^__^*) 嘻嘻……总体原则:释放所有对object的引用1.FindClass 例如,jclass ref= (env)->FindClass("java/lang/String");env->DeleteLocalRef.........【阅读全文】

阅读(1224) | 评论(0) | 转发(0)

发布时间:2015-03-28 07:39:59

On Feb 11, 7:07 am, Mike Edenfield <kut...@kutulu.org> wrote:A fault address of deadbaad is a signal that your problem is a corruptmemory heap.  The error's going to come from libc, but that's justbecause libc's memory management routines are what ultimately triggeredthe fault,.........【阅读全文】

阅读(715) | 评论(0) | 转发(0)

发布时间:2015-03-03 10:06:13

IMEIThe IMEI is the 'MAC' for the telephony module - the unique ID that the telephone uses when it connects via GSM/GPRS/HSPDA/etc. The GSM network uses it to route calls and data from the phone over the GSM network right up to the gateway into the Internet (which is an IP network).A telep.........【阅读全文】

阅读(733) | 评论(0) | 转发(0)

发布时间:2014-11-29 10:14:41

今天不小心删了一下几个sdk版本后装了最新api4.2,结果出现Location of the Android SDK has not been setup in the preferences这样的问题。原因是sdk和adt版本不兼容,百度了一下午终于搞定http://blog.csdn.net/chrisfxs/article/details/8394070.........【阅读全文】

阅读(2465) | 评论(0) | 转发(0)

发布时间:2014-11-06 05:52:11

First, don't use AndroidRuntime::getJNIEnv(). That's not part of the NDK API. You should be using the JNI "GetEnv" function instead.Second, GetEnv returns NULL if the current thread is not attached to the VM. (Remember, JNIEnv is thread-specific.) If you created the thread yourself, you will n.........【阅读全文】

阅读(1438) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

COMPUTER-TECH2014-12-23 15:06

COMPUTER-TECH:近期在搞JNI,Xcode, 所以转了好多C++的文章。 C++,需要真正的面向对象设计,面向的不好是自己给自己找麻烦。

找麻烦呀找麻烦,好好面向对象吧。

回复  |  举报

COMPUTER-TECH2014-11-08 19:43

近期在搞JNI,Xcode, 所以转了好多C++的文章。 C++,需要真正的面向对象设计,面向的不好是自己给自己找麻烦。

回复  |  举报

COMPUTER-TECH2014-07-02 17:29

每周至少一篇高质量的文章(转载或原创)
2014-2015: 主要为Android和Java

回复  |  举报

COMPUTER-TECH2013-08-22 12:11

长期拜访,首日安家,记录工作生活点滴...

回复  |  举报
留言热议
请登录后留言。

登录 注册