android 创建公共库

发布于 2024-10-26 10:04:00 字数 61 浏览 3 评论 0原文

我们如何在android中创建可以跨应用程序使用的通用库?我想编写一些所有应用程序都可以访问的类。提前致谢。

how do we create common libraries in android that can be used across applications? I want to write some classes which are accessible by all applications. Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薆情海 2024-11-02 10:04:00

如果您使用的是 Eclipse,请转到项目属性 -->安卓 。选择“是库”复选框。就是这样。

要在其他项目中使用它,请选择“项目属性”(其他项目的 --> Android --> 添加(在“是库”复选框下方)并选择库)

更多说明请参见此处 http://developer.android.com/guide/developing/projects/projects-eclipse.html#SettingUpLibraryProject

If you are using Eclipse, Go to Project Properties --> Android . Select 'Is Library' checkbox. That is it.

To use this in other projects, Select Project Properties (of the other project --> Android--> Add (underneath the 'Is Library' checkbox) and select the library)

more instructions here http://developer.android.com/guide/developing/projects/projects-eclipse.html#SettingUpLibraryProject

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文