我正在尝试在Ubuntu Linux上构建冰淇淋三明治模拟器.
获得以下错误:
host C++: libGLcommon <= development/tools/emulator/opengl/host/libs/
Translator/GLcommon/GLDispatch.cpp
development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp:22:20: error: GL/glx.h: No such file or directory
development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp: In function ‘void (* getGLFuncAddress(const char*))
()’:
development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp:35: error: ‘glXGetProcAddress’ was not declared in this
scope
make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/
libGLcommon_intermediates/GLDispatch.o] Error 1
make: *** Waiting for unfinished jobs....
Run Code Online (Sandbox Code Playgroud)
有人可以帮我这个吗?
我想在Android 4.0.3设备上运行CTS(兼容性测试套件).任何人都可以为我提供完整的步骤.我正在使用Ubuntu Linux机器连接到设备.我从http://source.android.com/compatibility/downloads.html下载了CTS文件.
请提供相同的步骤.
关心Rke
android functional-testing cts android-4.0-ice-cream-sandwich