无法再部署我的应用程序(应用程序已部署.无需重新安装)

Mcl*_*ing 1 android launch

我的应用程序不会部署.它认为它是最新的或其他东西.

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

链接了一个用于数字选择器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
Run Code Online (Sandbox Code Playgroud)

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

另请注意,卸载..然后再次在旧版本中启动.

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

当我清理它时,我得到:

[2013-01-06 13:39:47 - App] adb is running normally.
[2013-01-06 13:39:47 - App] Could not find App.apk!
Run Code Online (Sandbox Code Playgroud)

因此,出于任何原因,它不是在构建我的项目

Doo*_*ght 6

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

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

可以Project propertiesAndroid选项卡下找到此标志.