android 创建公共库
我们如何在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 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