问题描述:
My android emulator is already running. But when i make some changes in my project and again run the project in progress bar it shows me launching delegate and stuck on 27%. and my eclipse also hang. i have to close eclipse and restart it. Please suggest me solution.


一run as android application就卡在那 (launching delegate 27%)
解决方法 :这个问题主要原因就是android虚拟机(AVD)不是你用当前的eclipse建立的,这就导致第二次run的时候,eclipse和AVD的链接有问题。
解决办法有这几种:
第一种:删掉AVD,再建一个即可;
第二种:先启动AVD,在run程序;
第三种:关掉eclipse,虚拟机不要关,然后再重启eclipse运行

更多相关文章

  1. Android弹出软键盘布局是否上移问题
  2. 在iOS / Android的统一字体问题
  3. android lint选项含义
  4. 要导入android工程灰显的问题
  5. TextView的跑马灯效果,还有焦点问题
  6. Android(安卓)软键盘盖住输入框的问题
  7. RecyclerView不显示问题
  8. 解决Notification不显示问题支持Android(安卓)8.0
  9. android adb启动失败问题 adb server is out of date. killing..

随机推荐

  1. android获取屏幕分辨率大小(DisplayMetri
  2. 转贴:Icon Design Guidelines, Android(安
  3. Android-- Intent.Action(1)
  4. Android学习札记22:ThumbnailUtils
  5. Android(安卓)Studio 快捷键
  6. android studio 3.1 Android(安卓)Device
  7. 关于listView设置背景引起StackOverflowE
  8. android 中常用的权限
  9. 【Android】【Lottie】在Android中使用Lo
  10. 如何去掉ListView底部的ListDivider