Android adb not found

前端 未结 20 1840
半阙折子戏
半阙折子戏 2020-11-28 01:18

When I run my android app from eclipse, I get this error.

Unexpected exception \'Cannot run program \"/home/antz/Development/adt-bundle-linux/sdk/platform-t         


        
20条回答
  •  长情又很酷
    2020-11-28 01:54

    On Arch linux:

    Enable the "multiarch" repositories in /etc/pacman.conf

    then run:

    root@box#pacman -Syu
    
    root@box#pacman -S lib32-glibc lib32-zlib lib32-libstdc++5 lib32-ncurses lib32-gcc-libs
    

提交回复
热议问题