OS environment: AVD cannot be started in Fedora64-bitEclipse, error is Failedtostartemulator: Cannotrunprogram "/opt/Android-sdks // tools/emulator": error = 2, the cause of Nosuchfileordirectory problems is that AVD calls emulator by default, while emulator is 32-b.
OS environment: Fedora 64-bit
AVD cannot be started in Eclipse. The error is
Failed to start emulator: Cannot run program "/opt/Android-sdks // tools/emulator": error = 2, No such file or directory
The cause is that AVD calls emulator by default, and emulator is 32-bit. Fedora 64-bit does not install 32-bit packages by default.
You can use a soft link or install the missing package.
Install the missing package:
1. Run in Terminal
/Opt/android-sdks/tools/emulator
The error is changed
/Lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
2. So, who should we find to provide this file?
Yum provides ld-linux.so.2
Then select the package to install. i686.
Repeat the preceding two steps to solve the problem.
(Two missing packages: glibc. i686 libstdc ++. i686)
Hadoop Eclipse plug-in compilation and installation 1.2.0 http://www.linuxidc.com/Linux/2013-07/87428.htm
Hadoop plug-in compilation http://www.linuxidc.com/Linux/2013-04/83295.htm in Eclipse
Hadoop 1.2.1 compile Eclipse plugin http://www.linuxidc.com/Linux/2013-10/91666.htm
Ubuntu 13.10 install JDK, Eclipse for C/C ++ (solve global menu problem) http://www.linuxidc.com/Linux/2013-11/92305.htm
For more information about Fedora, see Fedora topics page http://www.linuxidc.com/topicnews.aspx? Tid = 5
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2014-06/103856.htm