系统版本
ubuntu:12.04 64 android:5.0.1r1 编译的类型:Android-arm-64
产生的bug
正常编译完成之后,启动模拟器不能正常启动
emulator: ERROR: Could not load OpenGLES emulation library: lib64OpenglRender.so: cannot open shared object file: No such file or directory emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
解决方案
找到系统中的sdk的目录,然后在sdk目录下找到tools/lib64 然后执行:
export LD_LIBRARY_PATH=~/sdk-home-directory/tools/lib64:$LD_LIBRARY_PATH