0

我正在尝试在我的项目中使用 ABS 库。我将库项目添加到我的工作区,检查了此状态(“Is Library”在项目设置中为真),将此项目添加到我的一个“Java 构建路径”->“项目”中。但我不能将此项目标记为库(属性中的“Android”->“库”)。我已经添加了,但是当我再次打开它时,我看到该项目尚未添加。我该如何解决?

4

2 回答 2

0

撤消此步骤:

将此项目添加到我的一个“Java 构建路径”->“项目”中。

只需要在属性中的Android -> Libraries 下添加一个库项目项目

于 2012-11-14T15:33:02.090 回答
-1

Check your files to see if they are read-only, especially build.properties.

If you use source control, they will tend to be set to read-only and Eclipse doesn't seem to provide any warnings when it needs to write to these files and can't -- you'll check the box, it looks good, then you exit and reload and it's unchecked!

于 2012-11-14T15:56:17.047 回答