ERROR: 32-bit Linux Android emulator binaries are DEPRECATED

前端 未结 9 1035
轻奢々
轻奢々 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条回答
  •  日久生厌
    2021-02-14 09:46

    i have one great solution. you can start it with eclipse or netbeans. try :

    1. In Eclipse, click your Android project folder and then select Run > Run Configurations...

    2. In the left panel of the Run Configurations dialog, select your Android project run configuration or create a new configuration.

    3. Click the Target tab.

    In the Additional Emulator Command Line Options field, enter:

    -force-32bit
    

    Run your Android project using this run configuration.

    in netbeans you : 1. wher you choose debuger chose Customize...

    1. in Emulator options write -force-32bit
    2. click ok. and run application

提交回复
热议问题