问题

Using Android Studio 2.3 and Ubuntu 16.10 the emulator did not start.

Message:

waiting emulator come on line.

How can I configure to emulator start?

回答1:

Source:

https://cialu.net/solve-android-studio-avd-issue-with-ubuntu-16-10/

sudo apt-get install lib64stdc++6:i386

sudo apt-get install mesa-utils

(look for the path of the sdk)

cd YOURPATH/Android/Sdk/emulator/lib64

mv libstdc++/ libstdc++.bak

ln -s /usr/lib64/libstdc++.so.6 libstdc++

Finally, run your application again using emulator.

回答2:

Instead of making changes to APT-managed system libraries (eek!), you can just add the following at the top of your bin/studio.sh file:

# Preload shared library required by Android emulator

export LD_PRELOAD='/usr/lib/x86_64-linux-gnu/libstdc++.so.6'

Tested on Ubuntu 16.10 with Android Studio 2.3.3.

回答3:

Just before following above commands make sure you did download the emulator first.

回答4:

For me, what worked was to add

export ANDROID_EMULATOR_USE_SYSTEM_LIBS=1

in my .profile and it worked without doing anything more.

回答5:

You can always try to kill the adb server first before starting it up again. It solves the problem most of the time! Terminal commands:

adb kill-server

adb start-server

回答6:

For me what worked was-

1- Select all x86 images in the respective phone model. Go to "show package details" option and enusre the x86 image options are selected for the respective chosen model.

2- Also make sure no other applications are open at the backend not even the browser. Because even that is leading to hang may be due to the configuration of the system that I have.

来源:https://stackoverflow.com/questions/42831999/android-studio-2-3-ubuntu-16-10-emulator-do-not-start

ubuntu android2.3 emulator,Android Studio 2.3 Ubuntu 16.10 emulator do not start相关推荐

  1. 【转载】Ubuntu环境下配置Android Studio

    之前学习Android开发的时候,一直跟各种教程一样,使用的是Eclipse+ADT,主要是比较方便,容易上手,特别是对于习惯用Eclipse开发java的朋友来说,上手更是好无压力.但毕竟Eclip ...

  2. Android Studio开启虚拟机报错!emulator: ERROR: x86 emulation currently requires hardware acceleration!解决办法梳理

    1.如果确认电脑没有开启Intel Virtualization Technology,那么先进BIOS里开启,然后再进行如下步骤,如果不确认,进入第二步. 2.到Android SDK的安装路径下, ...

  3. 解决Android Studio运行模拟器报:The emulator process for AVD Pixel_4a_Edited_API_28 has terminated.

    问题描述:Android Studio运行自带模拟器报"The emulator process for AVD Pixel_4a_Edited_API_28 has terminated. ...

  4. Android Studio Emulator模拟器闪退解决方法

    在Ubuntu 16.04系统下使用Android Studio的AVD Manager所创建的模拟器,在启动时可能会发生闪退的问题,Android Studio主界面左下角会显示 Emulator: ...

  5. (转载)KVM is required to run this AVD /dev/kvm permission denied Ubuntu Android Studio

    参考于:https://blog.csdn.net/weixin_43760383/article/details/84954126 Ubuntu 环境下使用Android Studio 的模拟器出现 ...

  6. KVM is required to run this AVD /dev/kvm permission denied Ubuntu Android Studio

    Ubuntu 环境下使用Android Studio 的模拟器出现以下错误 参考了https://askubuntu.com/questions/1050621/kvm-is-required-to- ...

  7. 《ArcGIS Runtime SDK for Android开发笔记》——(1)、Android Studio下载与安装

    1.前言 Android Studio 是一个Android开发环境,基于IntelliJ IDEA. 类似 Eclipse ADT,Android Studio 提供了集成的 Android 开发工 ...

  8. android.mk if else,gradle - 如何在Android Studio中使用我自己的Android.mk文件 - SO中文参考 - www.soinside.com...

    [我正在Android.mk文件中定义一些变量(我正在为编译器传递一些标志),但是每次构建项目时,Android.mk都会被覆盖.我假设Gradle是负责任的,我应该去那里看看吗? 如何使用我自己的A ...

  9. android studio模拟手机黑屏,Android Studio 模拟器启动问题——黑屏 死机 解决方法...

    今天用了下Android Studio,出现了一些问题,现在将启动过程中遇到的问题和解决方案列出来,方便大家参考. 安装过程不多说,网上一搜一大把. 那直接说问题吧: 1. 无法启动,报错: Fail ...

最新文章

  1. python open找不到文件的原因_浅谈python在提示符下使用open打开文件失败的原因及解决方法...
  2. django orm 常用查询筛选
  3. mariadb mysql版本对应_弹指神通MariaDB——MariaDB与MySQL各版本的区别
  4. 我的世界服务器修改成创造,我的世界怎么创建领域
  5. python:copy()和deepcopy()区别
  6. Golang连接池的几种实现案例
  7. HTML5 学习总结(二)——HTML5新增属性与表单元素
  8. TransE算法解析
  9. 沈志勇:中国式营销三部曲
  10. Process相关函数
  11. 神马js都是浮云-----限时秒杀
  12. VUE 动态响应的实现
  13. rms 公式 有效值_真有效值RMS定义及推导
  14. 有关USGS下载landsat 8影像的方法
  15. [ElementPlus] 多标签页切换
  16. Unity 调用Android手机触屏事件
  17. 敏捷开发--实际工作流程梳理
  18. SpringBoot整合华为云OBS
  19. 搜索引擎推广公司引擎推广方法及技巧
  20. BZOJ3398 [Usaco2009 Feb]Bullcow 牡牛和牝牛

热门文章

  1. 月球计划—ESP8266接入小爱同学控制彩灯
  2. 降息大法好!银行4.35%消费贷了解一下?
  3. CYPRESS USB芯片win10驱动
  4. 【AGC+FPGA】基于FPGA的数字AGC自适应增益设计,应用在BPSK调制解调系统中
  5. 前端javascript实现二进制读写操作
  6. JavaScript中HTML的DOM
  7. jenkins+github+docker+maven自动化构建部署
  8. Python 标准化 - 使用logging
  9. 开源 java CMS - FreeCMS2.4 工作流管理
  10. 学习Java第一个月