Android adb not found

前端 未结 20 1810
半阙折子戏
半阙折子戏 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:49

    in ubuntu 64 bits [12.04]-[14.10] and Elementary OS 64 bits

    sudo dpkg --add-architecture i386
    sudo apt-get update
    sudo apt-get install libncurses5:i386 libstdc++6:i386 zlib1g:i386
    

提交回复
热议问题