Qt / QML内核版本

时间:2013-12-17 12:01:31

标签: android c++ linux qt android-ndk

我正在尝试为Android编译QML / C ++代码示例。我编译代码没有问题。尝试运行时,会显示错误消息:

QML debugging is enabled. Only use this in a safe environment.
Gen6+ requires Kernel 3.6 or later.
bubble: ../../../../../src/mesa/main/context.c:1501: _mesa_make_current: Assertion `newCtx->Version > 0' failed.
The program has unexpectedly finished.

在ubuntu上,为了检查内核版本,我在终端上运行命令:

$ dpkg -l | grep linux-headers | grep ii
Linux kernel version 3.11.0

所以,我在version 3.11上使用Ubuntu运行开发主机。另一方面,我读到在Android 4.2上运行的设备基于Linux Kernel 2.6 - 在我的情况下是开发目标,平板电脑Nexus 7.

有什么建议可以解决这个错误吗?

0 个答案:

没有答案