【发布时间】:2011-06-22 08:31:34
【问题描述】:
我在使用 Android Honeycomb 3.0 (Acer Iconia) 时遇到了一个大问题。 我没有使用任何 openGL 视图,我只在清单中设置
android:hardwareAccelerated="true"
事实是,当我加载具有一定数量图片的视图时,我在单击按钮时多次更改其内容和背景,我的意图完成并出现以前的意图。我认为我很好地管理了记忆。此消息在附加时出现:
06-22 10:13:53.510: ERROR/libEGL(951): call to OpenGL ES API with no current context (logged once per thread)
06-22 10:14:03.150: ERROR/InputDispatcher(113): channel '4098b530 com.mycompany.myapp/com.mycompany.myapp.FolderActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x8
06-22 10:14:03.150: ERROR/InputDispatcher(113): channel '4098b530 com.mycompany.myapp/com.mycompany.myapp.FolderActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
06-22 10:14:03.150: ERROR/InputDispatcher(113): channel '409d30e0 com.mycompany.myapp/mycompany.myapp.GalleryActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x8
06-22 10:14:03.150: ERROR/InputDispatcher(113): channel '409d30e0 com.mycompany.myapp/mycompany.myapp.GalleryActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
当我设置这个时,我没有崩溃,但它非常滞后:
android:hardwareAccelerated="false"
【问题讨论】:
标签: android android-3.0-honeycomb hardware-acceleration