博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
解决ADT大量出现"Unexpected value from nativeGetEnabledTa
阅读量:6073 次
发布时间:2019-06-20

本文共 727 字,大约阅读时间需要 2 分钟。

hot3.png

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

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

Project Member  
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)).*$ 
解决ADT大量出现"Unexpected <wbr>value <wbr>from <wbr>nativeGetEnabledTags: <wbr>0"的问

转载于:https://my.oschina.net/u/555639/blog/344068

你可能感兴趣的文章
iphone openssh
查看>>
Linux下MEncoder的编译
查看>>
Xamarin使用ListView开启分组视图Cell数据展示bug处理
查看>>
Javascript中闭包(Closure)的探索(一)-基本概念
查看>>
spark高级排序彻底解秘
查看>>
ylbtech-LanguageSamples-PartialTypes(部分类型)
查看>>
福建省促进大数据发展:变分散式管理为统筹集中式管理
查看>>
开发环境、生产环境、测试环境的基本理解和区别
查看>>
tomcat多应用之间如何共享jar
查看>>
Flex前后台交互,service层调用后台服务的简单封装
查看>>
技术汇之物联网设备网关技术架构设计
查看>>
OSX10.11 CocoaPods 升级总结
查看>>
深入浅出Netty
查看>>
3.使用maven创建java web项目
查看>>
笔记本搜索不到某一AP广播的SSID,信道的原因
查看>>
基于Spring MVC的异常处理及日志管理
查看>>
MediaBrowserService 音乐播放项目《IT蓝豹》
查看>>
MySQL入门12-数据类型
查看>>
Windows Azure 保留已存在的虚拟网络外网IP(云服务)
查看>>
修改字符集
查看>>