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

前端 未结 4 790
半阙折子戏
半阙折子戏 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:36

    For this problem, one may try :

    sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5
    

提交回复
热议问题