更新后无法建库相关的项目14 ADT项目、ADT

由网友(尓說32號來娶我)分享简介:为了实现不同的版本,我们的UI,我们打破了我们的节目成UI特定code和拥有一切公用库项目。截至昨天为止,当我更新到ADT 14一切工作的罚款。现在,我不能建立。我不断收到错误容器图书馆项目引用不存在的图书馆的路径我的共同项目的bin文件夹和project.jar的名称In order to implement di...

为了实现不同的版本,我们的UI,我们打破了我们的节目成UI特定code和拥有一切公用库项目。截至昨天为止,当我更新到ADT 14一切工作的罚款。现在,我不能建立。我不断收到错误容器图书馆项目引用不存在的图书馆的路径我的共同项目的bin文件夹和project.jar的名称

In order to implement different versions of our UI we broke our program up into UI specific code and a common library project that has everything else. Up until yesterday when I updated to ADT 14 everything was working fine. Now I can't build. I keep getting the error "The container 'Library Projects' references non existing library 'path to the bin folder of my common project and the name of the project.jar'

我一直都在网上,并试图一切我能想到的解决这个问题无济于事。有人可以帮我吗?我基本上停留在这一点。

I've been all over the web and tried everything I can think of to fix this to no avail. Can someone help me out? I'm basically stuck at this point.

推荐答案

也许你切换到新的ADT当我有同样的问题:

Maybe you have the same issues I had when switching to the new ADT:

在我的previous设置我有一些资源库和主项目之间的分裂。库项目将不会编译无错在自己,但只能与其中添加缺少的资源的主要项目组合。

In my previous setup I had some resources split between the library and the main project. The library project would not compile error free on its own but only in combination with the main project which added the missing resources.

它不会像这样工作了。

该库项目必须编译现在已经完全没有错误。当它在生成过程将创建一个< lib_project_name方式>的.jar库项目的bin文件夹

The library project must compile completely error free now. When it does the build process will create a <lib_project_name>.jar in the bin folder of the library project.

如果jar文件不会创建(因此库项目的构建过程中由于某种原因失败 - 比如因为R.java文件中的变化(见http://tools.android.com/recent/buildchangesinrevision14 )),你会得到你所描述的错误消息。

If the jar file is not created ( thus the build process of the library project failed for some reason - eg. because the changes in the R.java file (see http://tools.android.com/recent/buildchangesinrevision14 )) you will get the error message you described.

另外,我不得不手动删除的&lt; lib_project方式&gt; _src从项目

Also, I had to manually remove the <lib_project>_src from the project.

阅读全文

相关推荐

最新文章