为什么以前禁止的库引用可以在 ADT 12.0.0 中实现?
创建android库项目A,标记为库。
创建android库项目B,标记为库。
按按钮 Android>Library>Add,然后从项目 B 添加对项目 A 的引用
。以前这已被 eclipse/ADT 禁止。我正在使用 ADT v12.0.0。
不应该引用另一个库项目,如中所述 http://developer.android.com/guide/developing/projects/index.html
“请注意,一个库项目本身不能引用另一个库项目”
这是
ADT 的未记录功能或
我错过了一些明显的东西吗?
Create android library project A, mark as library.
Create android library project B, mark as library.
Press button Android>Library>Add, and add reference to project A from project B.
Previously this has been prohibited by eclipse/ADT. I'm using ADT v12.0.0.
It should not be possible to reference another library project, as described in
http://developer.android.com/guide/developing/projects/index.html
"Note that a library project cannot itself reference another library project"
Is this
an undocumented feature of the ADT or
am I missing something obvious ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该文档已过时。最新版本的 ADT 和 Android 构建系统都支持嵌套库依赖项。有关 android 库的更多详细信息,请参阅我的 博客文章,“多个 Android 库依赖项” 部分。
The documentation is outdated. Latest version of ADT and Android build system both support nested library dependencies. For more details about android libraries see my blogpost, "Multiple Android Library dependencies" section.