android Failed to start emulator:Cannot run program

前端 未结 8 698
情深已故
情深已故 2021-02-01 06:25

I have installed android SDK and android eclipse plugin successfully on Ubuntu.

Every thing was working fine until I removed Ubuntu and installed Linux Mint. I installe

相关标签:
8条回答
  • 2021-02-01 06:49

    You do not need install packages any more!

    In directory tools, there are many types of emulator, while my computer works with emulator64-arm! My system is Linux Mint 16 amd64! Good luck!

    ./emulator64-arm @yxphone -sdcard yxsd -scale 0.8
    
    0 讨论(0)
  • 2021-02-01 06:50

    If cmd from fist comment doesn't work like in my case (64bit Crunchbang) then you may also try with :

    sudo aptitude install ia32-libs lib32ncurses5 lib32stdc++6

    0 讨论(0)
提交回复
热议问题