English 中文(简体)
发射中的Eclipse错误
原标题:Android Eclipse errors on launch

我正在使用Eclipse开发一种roid。 直到我昨天晚上试图将其部署到我的装置之前,所有人员都在顺利。 在我点击Run时,我收到了以下材料:

[2012-04-26 09:00:52 - Unicyclist] Android Launch!
[2012-04-26 09:00:52 - Unicyclist] adb is running normally.
[2012-04-26 09:00:52 - Unicyclist] Performing com.unicycle.UnicyclistActivity activity launch
[2012-04-26 09:00:52 - Unicyclist] Automatic Target Mode: Unable to detect device compatibility. Please select a target device.
[2012-04-26 09:01:05 - Unicyclist] Uploading Unicyclist.apk onto device  SH0AZR805746 
[2012-04-26 09:01:05 - Unicyclist] Failed to install Unicyclist.apk on device  SH0AZR805746 : No such file or directory
[2012-04-26 09:01:05 - Unicyclist] com.android.ddmlib.SyncException: No such file or directory
[2012-04-26 09:01:05 - Unicyclist] Launch canceled!

它没有像它试图安装在电话上台的名录这样的声音。 或者说,这或许是我的计算机上的一个目录? 我可以通过搜索和找到这方面的任何东西。 我不敢确定如何减少这种影响。

  • 这是一个电话,而不是一个虚拟装置。

  • 电话的电离层是电离层的。

  • 昨天晚上更新的 app沟(相关) 我从背部重新听到电话,并正确地部署了电话。 然后,我更新了自上次回馈以来变化的口号,并隔夜离开。 今天上午,它再次赢得了部署(同样的问题)。

  • The app launches fine on another tablet, and fine in a virtual device

  • 如果情况有任何改变,我的发展中环境就会陷入一个 drop锁。 我转而使用窗户和2台中子电脑。

  • 母计算机都存在同样的问题(甚至拖车窗还)。

最佳回答

问题在于,Eclipse无法找到你的文件。 Just Trial Building Clean. 在此,是另一个类似的问题。

问题回答

暂无回答




相关问题
In Eclipse, why doesn t "Show In" appear for non-Java files?

If I have a *java file open, I can right click on the source, scroll down to "Show In (Alt-Shift-W)", and select Navigator. If I have an *xml, *jsp, or pretty much anything besides a Java source ...

Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with ...

Adding jar from Eclipse plugin runtime tab

I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the Add... button, I can see only sub-directories of the plugin project. So if I want to add same .jar file to ...

How to copy multiple projects into single folder in eclipse

I have two projects, Project1 and Project2. Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below. Eclipse Workspace -> Project -> ...

Java: Finding out what is using all the memory

I have a java application that runs out of memory, but I have no idea which code is allocating the memory. Is there an application with which I can check this? I use Eclipse.