I started my Android-SDK emulator (it started up normally) on my Ubuntu 14.04 (32-bit), I tried to install an application from the console into the created device:
adb install program.apk got an error:
adb: 1: adb: Syntax error: ")" unexpected Call from the terminal without parameters:
$ ./adb bash: ./adb: cannot execute binary file: Ошибка формата выполняемого файла command output:
$ file ./adb ./adb: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=90addc5e3980f6efab749c9032cc8d7ad60dfb94, not stripped What could be the problem?
file ./adbto the question. - aleksandr barakin pm