更改android sdk中的类
我想使用一些有关蓝牙低功耗的特殊课程 一家公司给我发了一个目录“classes”,其中包含所有这些内容。
我在 eclipse 中包含了这个目录,但我认为它不能正常工作,因为 eclipse 不知道(公司的)源代码的一种特殊方法,我在 eclipse 中添加了导入功能作为项目。
是否有另一种可能性向 android 添加新类?或者有人知道我做错了什么吗?
我希望有人能帮助我。
谢谢!
此致!
I want to use some special classes about Bluetooth low energy and
a company send me a directory "classes" with all that stuff.
I included this directory in eclipse, but i think its not working right, because eclipse doesnt know one special method of the sourcecode (of the company), which i added with import function as a project in eclipse.
Is there another possibility to add new classes to android? Or has somoeone an idea, what i´m doing wrong?
I hope someone can help me.
Thanks!
Best regards!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个。从要合并的类创建一个库项目,然后将其作为引用的库包含在内。
Look at this. Make a library project from the classes you want to incorporate and then include it as a referenced library.