阅读更多

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

(2013-06-04 14:57:35) 转载
标签:

android

logcat

nativegetenabledtags

it

分类: Android

安装了最新版的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)).*
value from nativeGetEnabledTags: 0"的问" style="border:1px solid black;">

更多相关文章

  1. Unable to load script.Make sure you're either running a metr
  2. android 虚拟机网络问题处理
  3. android通知栏:Service每分钟请求一次服务器
  4. android 使用eclipse 调试 so
  5. 关于更新UI
  6. Android(安卓)短信模块分析(二) MMS中四大组件核心功能详解
  7. Android内存情况
  8. android Handler & HandlerThread
  9. Android(安卓)xmpp开发 asmack获取离线在线添加好友消息 及 好友

随机推荐

  1. Logger详解(二)
  2. Android 数据导出之Excle jxl.jar
  3. 关于android:background="@drawable/bg_p
  4. Android网络检测
  5. Basics of Android : Part IV – Android
  6. 关于android studio 出现Error:Execution
  7. android framework java层服务 分析
  8. Android动画之Interpolator
  9. Animation
  10. Android (Android Studio)(Java) 实现Vie