1

我的应用程序不会部署。它认为它是最新的或什么的。

我在它停止工作之前所做的事情..

为数字选择器 API 10 支持链接了一个 lib 项目。我已经从工作区和参考中删除了项目。

我记得当我导入它时,它还谈到了更改 lib 的启动配置。

安慰

[2013-01-06 13:28:33 - App] adb is running normally.
[2013-01-06 13:28:33 - App] Performing uk.co.App.Start activity launch
[2013-01-06 13:28:33 - App] Automatic Target Mode: Unable to detect device compatibility. Please select a target device.
[2013-01-06 13:28:36 - App] Application already deployed. No need to reinstall.
[2013-01-06 13:28:36 - App] Starting activity uk.co.App.Start on device HT23ZW127890
[2013-01-06 13:28:36 - App] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=uk.co.app/.Start }
[2013-01-06 13:28:36 - App] ActivityManager: Warning: Activity not started, its current task has been brought to the front

当然有这个问题应用程序已经部署。无需重新安装但没有一个解决方案有效。

另请注意,卸载.. 然后它会再次在这个旧版本中启动。

我重启了手机,重启了eclipse。甚至重新启动了我的电脑。

当我清理它时,我得到:

[2013-01-06 13:39:47 - App] adb is running normally.
[2013-01-06 13:39:47 - App] Could not find App.apk!

因此,无论出于何种原因,它都没有构建我的项目

4

2 回答 2

6

在添加库参考时,请确保您没有勾选Is Library.

这表明您正在处理的项目是一个库项目。并不是说它包括一个。

这个标志可以在选项卡Project properties下找到。Android

于 2013-01-06T13:46:10.293 回答
0

是的。或者您可以在运行选项卡下运行配置。转到应用程序支持,然后单击新建选择您的项目,然后将其定位到设备,通常效果最好。

于 2013-04-26T21:24:30.007 回答