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

前端 未结 10 1506
一向
一向 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

    I had the Android Emulator up to date under SDK Tools. But I was still getting the error. Adding the following line to ~/.bash_profile solved the problem for me:

    PATH=$ANDROID_HOME/emulator:$PATH
    

提交回复
热议问题