ERROR: 32-bit Linux Android emulator binaries are DEPRECATED

前端 未结 9 1076
轻奢々
轻奢々 2021-02-14 09:15

I installed the latest version of the ADT Bundle 32 bit on my ubuntu 14.04 32 bit. I created an AVD, but it doesn\'t launch. When I press the start button it shows this message:

9条回答
  •  猫巷女王i
    2021-02-14 09:53

    create a shell script :

    #!/bin/bash
    #
    #   set export ANDROID_EMULATOR_FORCE_32BIT=true
    
    export ANDROID_EMULATOR_FORCE_32BIT=true
    /opt/adt-bundle-linux-x86-20140702/eclipse/eclipse
    

    change the shell script executable and run it to active eclipse
    "/opt/adt-bundle-linux-x86-20140702/eclipse/eclipse" is the path of eclipse

提交回复
热议问题