我已按照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开发工具包版本: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