【转】
1 ./emulator64-arm -avd2 emulator: ERROR: Could not load OpenGLES emulation library: lib64OpenglRender.so: cannot open shared object file: No such file or directory3 emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
Suppose the tools folder is ~/Software/android-sdk-linux/tools
In the console, before running the emulator command do:
export LD_LIBRARY_PATH=~/Software/android-sdk-linux/tools/lib64:~/Software/android-sdk-linux/tools/lib:$LD_LIBRARY_PATH
./emulator64-arm -avd
How to run 32-bit applications on Ubuntu 64-bit?
1 sudo dpkg --add-architecture i3862 sudo apt-get update3 sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i3864 sudo ./adb