第一个Android应用程序将无法安装

时间:2013-03-30 07:13:31

标签: android android-emulator

我已按照http://developer.android.com/training/basics/firstapp/running-app.html

上的说明操作

我似乎无法安装该应用。

我的控制台输出:

[2013-03-30 12:30:41 - MyFirstApp] Android Launch!
[2013-03-30 12:30:41 - MyFirstApp] adb is running normally.
[2013-03-30 12:30:41 - MyFirstApp] Performing com.example.myfirstapp.MainActivity     activity launch
[2013-03-30 12:30:41 - MyFirstApp] Automatic Target Mode: launching new emulator with     compatible AVD 'AVD_for_Nexus_S_by_Google'
[2013-03-30 12:30:41 - MyFirstApp] Launching a new emulator with Virtual Device 'AVD_for_Nexus_S_by_Google'

如图所示,没有“安装apk”消息,或任何表明Eclipse正在将我的应用程序加载到模拟器上的消息。一旦启动,我也无法在模拟器上找到我的应用程序。

在以下配置下运行此项目:

操作系统:Windows 7家庭高级版64位

Eclipse版本:Indigo发布

Android Development Toolkit版本:21.1.0.v201302060044-569685

我该如何解决这个问题?

编辑:从logcat登录显示以下内容。这是正常的吗?

03-30 08:41:48.010: W/Trace(779): Unexpected value from nativeGetEnabledTags: 0
03-30 08:41:48.039: I/Choreographer(779): Skipped 50 frames!  The application may be doing too much work on its main thread.
03-30 08:41:48.079: W/Trace(779): Unexpected value from nativeGetEnabledTags: 0
03-30 08:41:48.079: W/Trace(779): Unexpected value from nativeGetEnabledTags: 0

4 个答案:

答案 0 :(得分:1)

等待仿真器完全启动然后再启动。 1.通过Project->清理您的项目 2.然后右键单击项目Run As-> Android应用程序 尝试以上内容并回复发生的事情

答案 1 :(得分:0)

您的模拟器是否显示在“设备”标签下

window-> show view-> devices

答案 2 :(得分:0)

尝试启动您的AVD管理器...并在其中检查擦除用户数据复选框...并从eclipse重新启动您的应用程序...试试看它是否有效

答案 3 :(得分:0)

我还不确定问题是什么。我最初使用我现有的Eclipse IDE进行Android开发。

http://developer.android.com/sdk/index.html下载完整ADT解决了问题。这让我相信SDK与我的旧Eclipse不一致。