码迷,mamicode.com
首页 > 移动开发 > 详细

32-bit Linux Android emulator binaries are DEPRECATED, to use them you will have to do at least one of the following

时间:2018-02-12 13:54:43      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:col   file   app   etc   avd   lin   linux   dia   tts   

ERROR: 32-bit Linux Android emulator binaries are DEPRECATED, to use them you will have to do at least one of the following:

       - Use the ‘-force-32bit‘ option when invoking ‘emulator‘.

       - Set ANDROID_EMULATOR_FORCE_32BIT to ‘true‘ in your environment.

       Either one will allow you to use the 32-bit binaries, but please be

       aware that these will disappear in a future Android SDK release.

       Consider moving to a 64-bit Linux system before that happens. 

解决方案

    1. 在etc/profile 添加一行

    ANDROID_EMULATOR_FORCE_32BIT=true

    2.profile生效              

source etc/profile

   3.手动启动AVD 

/media/witts-java/00812F3865C39867/android-sdk-linux_x86/tools$ ./emulator -force-32bit -avd AVD1

 

        

32-bit Linux Android emulator binaries are DEPRECATED, to use them you will have to do at least one of the following

标签:col   file   app   etc   avd   lin   linux   dia   tts   

原文地址:https://www.cnblogs.com/light-zhang/p/8443896.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!