Could not launch './qemu/linux-x86_64/qemu-system-i386': No such file or directory

前端 未结 10 1307
一向
一向 2021-02-18 13:42

With 25rc1 of the SDK tools I am having a problem when starting the emulators from $PATH

➜  ~  which emulator
/home/ligi/bin/android-sdk/tools/emulator
➜  ~  emu         


        
10条回答
  •  野性不改
    2021-02-18 13:48

    Do not use $ANDROID_HOME/tools/emulator, it will cause error when you launch every time unless you change dir.

    There is a another emulator in $ANDROID_HOME/emulator.It is a good choice

提交回复
热议问题