English 中文(简体)
粗略地承认已经存在的项目 I m 试图进口和不当进口项目?
原标题:Eclipse doesn t recognize already existent projects I m attempting to import and improperly imports projects?

I m 采用Eclipse Indigo和I m 来开发安乐器。 I m 试图进口BarSherlock图书馆的新版本,以利用一个项目I ve已经停下来。 我试图到<>。 file > Import... > 现有项目,但其中找不到任何东西,我也尝试做些什么。 文件; New > Anders Project > From existing sources, but it only import as part of the resources rafter and that s about it. 该公司没有进口任何其他档案,甚至没有发现明显是这方面关键档案的Andreanmanifest.xml档案。 。 给我的任何帮助或我 st的帮助?

最佳回答

将斜体放入<条码>/工作空间/设计;应用名称和编号;/libs。 回到Eclipse,右翼在你的项目上,选择复读(证实在你的项目中出现了一个新的翻页)。 其次,进入Menu-> Project->Properties [Java Building Path]. Choose Libraries tab 然后[Add Jars...],最后浏览一下你的校准。 你们应该有新的支柱。

问题回答

你也许需要增加该图书馆,使之成为一个外部图书馆,然后在您的档案中参照它,类似于我们如何执行谷歌API地图。

<uses-library android:name="com.google.android.maps" />

如果这样做的话,那么,我试图在你的评估项目中复制/复制该项目。 你们必须去该项目,并解决“包装”名称,以反映你们自己的组合名称。 一旦完成这项工作,所有这些课程都将在你的项目中得到体现。 如果存在冲突,你可能需要人工合并资源。





相关问题
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.

热门标签