我的应用程序不会部署。它认为它是最新的。
在它停止工作之前我所做的事情。
链接了一个lib项目以支持数字选择器API 10。此后,我从工作区和参考中删除了项目。
我记得它还说了一些有关在导入时更改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
当然存在这个问题,但没有一种解决方案有效。
另请注意,卸载..然后它将再次以旧版本启动。
香港专业教育学院重启电话,重启日食。甚至重启了我的电脑。
当我清洁它时,我得到:
[2013-01-06 13:39:47 - App] adb is running normally.
[2013-01-06 13:39:47 - App] Could not find App.apk!
因此,无论出于何种原因,它都无法构建我的项目
最佳答案
在添加库引用时,请确保未勾选Is Library
。
这说明您正在处理的项目是一个库项目。不包括它。
可以在Project properties
选项卡下的Android
中找到此标志。