【发布时间】:2011-11-09 18:24:12
【问题描述】:
最近在 android SDK 上更新了很多东西后,Eclipse 发生了一些事情。
我在实际设备而不是模拟器上运行应用程序。在更新之前,我曾经单击“运行”并选择我的设备后,它会将 .apk 上传到手机并立即启动应用程序。出于某种原因,它不再这样做了,只是在安装后停止:
[2011-11-09 18:17:18 - helloworld] Android Launch!
[2011-11-09 18:17:18 - helloworld] adb is running normally.
[2011-11-09 18:17:18 - helloworld] Performing com.example.helloandroid.HelloAndroid activity launch
[2011-11-09 18:17:26 - helloworld] Device API version is 10 (Android 2.3.6)
[2011-11-09 18:17:26 - helloworld] Uploading helloworld.apk onto device '363294A87A1000EC'
[2011-11-09 18:17:26 - helloworld] Installing helloworld.apk...
手机处于调试模式,我通常没有对 Eclipse 的设置进行任何更改 - 在 SDK 更新后它实际上停止了工作。知道如何让它再次自动运行应用程序吗?
谢谢
【问题讨论】:
-
您的设备内存不足吗?