Android adb not found

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

    if you're having this problem in 64bits, try this (worked for me):

    $ apt-get install lib32gcc1 libc6-i386 lib32z1 lib32stdc++6
    $ apt-get install lib32ncurses5 lib32gomp1 lib32z1-dev lib32bz2-dev
    $ apt-get install g++-multilib
    

    http://sixarm.com/about/ubuntu-apt-get-install-ia32-for-32-bit-on-64-bit.html

提交回复
热议问题