Android adb not found

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

    For multiarch Debian 7.0, add:

    dpkg --add-architecture i386
    apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
    

提交回复
热议问题