adb error on Android SDK. Using Linux Ubuntu 64 bit 12.10

前端 未结 4 782
半阙折子戏
半阙折子戏 2020-12-24 08:47

I looked on this site for this error I\'m encountering:

Stopping ADB server failed (code -1).
Unable to run \'adb\': Cannot run program \"/home/ariel/Downloa         


        
4条回答
  •  不思量自难忘°
    2020-12-24 09:46

    I had the same problem, but it's fine now with these commands :

    *sudo apt-get install libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386

    for running the emulator you need that additional package:

    *sudo apt-get install libsdl1.2debian:i386

    then install ia32-libs:

    *apt-get install ia32-libs

提交回复
热议问题