Android应用程序不显示在模拟器上 [英] android app doesn't show on the emulator

查看:217
本文介绍了Android应用程序不显示在模拟器上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在使用eclipse的Andr​​oid应用程序,它工作正常,当我开始开发我的应用程序。但随着我继续开发应用程序模拟器似乎没有更新之前,我已经在code所做的更改应用程序。所以,我想我删除AVD,并创建一个新的每次运行我的应用程序时,这似乎已经奏效。

I made an android application using eclipse and it is working fine when I started developing my app. But then as I continue to develop the app the emulator seems to be not updating the application prior to the changes I have made on the code. So I tried deleting my avd and create a new one every time I run my app, and that seems to have worked.

现在我的问题是,我仿真程序不显示我的应用程序。它说:无法安装设备'模拟器-5554'* .apk文件:一个已建立的连接是通过软件在主机中止。

我搜索的方式来解决它,但没有它似乎已经奏效。我试图杀死ADB过程(因为大多数我的搜索会说)在任务管理器但是我的应用程序不会在模拟器上显示。仿真器正在运行,并且所有,但我的图标是无处可寻。我是不是misssing了一些东西?问题是否连接到的第一个问题我收到了?

I searched for ways to solved it but none of it seems to have worked. I tried killing the adb process (as most my searches would say) on the task manager but still my app doesn't show on the emulator. The emulator is running and all but my icon is nowhere to be found. Am I misssing out something? Is the problem connected to the first problem i had before?

正如我所说的,我最近开始开发Android应用程序,所以请多多包涵。 :)我AP preciate所有help.Thanks提前。

As I said, I started developing android app recently, so please bear with me. :) I appreciate all your help.Thanks in advance.

推荐答案

只需重新启动Eclipse和ADB服务器:

Just restart eclipse and adb server:

adb kill-server
adb start-server

他们会重新连接。

They will reconnected.

这篇关于Android应用程序不显示在模拟器上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆