16.04 - Running x86_64 linux and getting ERROR: 32-bit Linux Android emulator - Ask Ubuntu
this separate error error: 32-bit linux android emulator binaries deprecated getting same error message.
i'm running:
- ubuntu 16.04.1 lts
- kernel linux 4.4.0-45-generic(x86_64)
- desktop environment lxde
- 64-bit java server vm
i've seen previous results dealing same error , suggesting update 64 bit linux am. running avd 32bit forced results in following error.
starting emulator avd 'nexus_5_api_22' sh: 1: glxinfo: not found [140514843576128]:error:./android/qt/qt_setup.cpp:28:qt library not found @ /opt/android/sdk/tools/lib/qt/lib not launch '/opt/android/sdk/tools/qemu/linux-x86/qemu-system-x86_64': no such file or directory
the reason missing because there no linux-x86 folder linux-x86_64/qemu-system-x86_64
is there way can running, preferably in supported 64-bit mode?
i hope solve problem.
had freshly installed latest android studio , perform basic steps run 'hello world' project in emulator
but had same problem while running emulator avd manager.
after tried running emulator command line faced same problem.
after long debugging came find out missing core library,
and solved problem selecting checkbox , install emulator android studio options.
tools -> android -> sdk manager -> sdk tools -> android emulator
and click apply , run project again.
note :- if checked try reinstall it.
working charm.
Comments
Post a Comment