Spojrzałem na tej stronie tego błędu I 'm napotykające:Błąd adb w pakiecie Android SDK. Korzystanie Linux Ubuntu 64 bit 12.10
Stopping ADB server failed (code -1).
Unable to run 'adb': Cannot run program "/home/ariel/Downloads/adt-bundle-linux-x86_64/sdk/platform-tools/adb": error=2, No such file or directory.
Starting ADB server failed (code -1).
używałem tego polecenia w terminalu dostarczonych z tym tematem.
Android SDK on a 64-bit linux machine
EDIT: Próbowałem za pomocą tego polecenia w terminalu:
sudo apt-get install ia32-libs
Niestety, to nic nie zrobił i pokazał to:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libc6-i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libc6-i386' has no installation candidate
Co się stanie, jeśli wpiszesz polecenie:/home/ariel/Downloads/adt- bundle-linux-x86_64/sdk/platform-tools/adb –
@JonWillis: Pojawia się na terminalu: bash: cd:/home/ariel/Downloads/adt-bundle-linux-x86_64/sdk/platform-tools/adb : Nie katalog – cyberspace009
Wykonaj: $ sudo apt-get update; apt-cache search ia32-libs; aby sprawdzić, czy biblioteki są znalezione –