无法使用 Android 库项目进行编译
我在 Eclipse 中有两个 Android 库项目(是的,在两个项目中都选择了“Is library”)。 其中之一是 ActionBarSherlock,另一个是 ViewPagerIndicator
现在,ViewPagerIndicator 必须包含 ActionBarSherlock 作为库依赖项,所以我将其添加到项目的“Android”设置。问题是,在我添加库依赖项的那一刻,如果我转到同一项目的 Java Build Path,我可以看到添加的库的依赖项 .jar 是必需的,但不存在(当然,因为它是一个库项目) ,没有创建罐子!)。
可能是什么问题?此外,我必须将这两个库添加为 Android 应用程序的依赖项,这会带来相同的问题。
I have two Android Library Projects in Eclipse (yes, "Is library" is selected in both of them).
One of those is ActionBarSherlock, the other one is ViewPagerIndicator
Now, ViewPagerIndicator must include ActionBarSherlock as a library dependence, so I add it under the "Android" settings of the project. Problem is, in the moment I add the library dependence, if I go to Java Build Path of the same project I can see that the dependence .jar of the added library is required but not present (of course, as it is a library project, no jars are created!).
What can be the problem? Furthermore, I have to add both libraries as dependences to an Android application, which presents the same issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你用的是ADT14吗?如果是这样,您可能需要将库项目迁移到新结构。右键单击库项目,然后从 Android 工具菜单中选择“修复项目属性”。
Are you using ADT14? If so, you probably need to migrate the library projects to the new structure. Right click the library project and select 'Fix project properties' from the Android tools menu.