问题描述:
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运行
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运行
本文介绍了当使用Eclipse运行Android项目时遇到的问题:在修改项目并重新运行时,进度条卡在“launching delegate”27%,同时Eclipse变得无响应。提供了三种解决方案:删除并重建AVD;先启动AVD再运行程序;关闭Eclipse,保持AVD运行然后重启Eclipse。
7630

被折叠的 条评论
为什么被折叠?



