首页 > 其他 > 详细

解决ADT大量出现"Unexpected value from nativeGetEnabledTags: 0"的问题

时间:2014-03-23 16:55:28      阅读:293      评论:0      收藏:0      [点我收藏+]

安装了最新版的Android SDK (r21) 和ADT 21.0.0,在虚拟机运行程序时突然发现一个现象,原来运行很正常的程序,现在在logcat中不断的发送以下消息:

Unexpected value from nativeGetEnabledTags: 0

此消息大量出现以致于我正常的消息都完全被淹没了。在网上查了一下,原来是API 17的虚拟机会有这个问题:

Project Member #31 r...@android.com

As indicated above, we‘re aware of the issue. It‘s an issue in the emulator system-image for API 17. We plan to distribute a new system-image for 17 that will resolve this, but I don‘t have any hard date to announce.

Workarounds in between are to use the emulator with API 16 (doesn‘t help if you need the APIs for 17 of course) or use a real device such as N4 or N7 or N10 that has API 17 on it.

后来在网上找到一个解决办法:在logcat的过滤器的log message字段中输入以下过滤串。

^(?!.*(nativeGetEnabledTags)).*$ 
bubuko.com,布布扣 

解决ADT大量出现"Unexpected value from nativeGetEnabledTags: 0"的问题,布布扣,bubuko.com

解决ADT大量出现"Unexpected value from nativeGetEnabledTags: 0"的问题

原文:http://www.cnblogs.com/zeyang/p/3619022.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!