android Failed to start emulator:Cannot run program

前端 未结 8 708
情深已故
情深已故 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

    I solved it doing a backup of the "emulator" and creating a symbolic link to the correct emulator:

    mv emulator emulator_bup
    ln -s emulator64-arm emulator
    

提交回复
热议问题