简体   繁体   English

在appcelerator应用中包含JAVA SDK

[英]Include JAVA SDK in appcelerator app

How can I include a JAVA SDk in my titanium app? 我如何在钛金应用程序中包含JAVA SDk? I use the last titanium sdk (6.0.4.GA). 我使用了最后一个钛金属SDK(6.0.4.GA)。

Thanks to answers. 多亏了答案。

You need to wrap the SDK in a module, following the documentation here: http://docs.appcelerator.com/platform/latest/#!/guide/Creating_a_New_Titanium_Module 您需要按照以下文档将SDK包装在模块中: http : //docs.appcelerator.com/platform/latest/#!/guide/Creating_a_New_Titanium_Module

There are lots of open-source modules you can look at to see how it is done: 您可以查看许多开源模块,以了解其完成方式:

(some of these are cross-platform, so they have ios and android code) (其中一些是跨平台的,因此它们具有ios和android代码)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM