gpt4 book ai didi

android - Android 中的应用程序 list 和库 list

转载 作者:太空狗 更新时间:2023-10-29 13:33:10 25 4
gpt4 key购买 nike

我正在开发一个应用程序,另一个项目作为我的库。

list 文件中合并了哪些属性?

示例 - 如果权限已在库的 list 文件中指定,是否需要在应用程序 list 中再次指定?

此外,如果库项目中有服务,我是否也需要在应用程序 list 中再次手动指定(除了库的 list 之外)。

谢谢

最佳答案

此页面有一个部分:http://developer.android.com/tools/projects/projects-eclipse.html#SettingUpLibraryProject这表示您必须(重新)声明您的应用程序将在 list 文件中使用的库项目的所有部分。

Declaring library components in the manifest file

In the manifest file of the application project, you must add declarations of all components that the application will use that are imported from a library project. For example, you must declare activity, service, receiver, provider, and so on, as well as permission, uses-library, and similar elements.

Declarations should reference the library components by their fully-qualified package names, where appropriate.

就个人而言,这似乎是多余的,但这可能是因为该应用程序不需要使用库项目的所有组件,并且该应用程序不应假设它会。

关于android - Android 中的应用程序 list 和库 list ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13385131/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com