移动动漫计费DEMO 博客分类: android学习技术简介
程序员文章站
2024-02-18 13:26:46
...
中国移动动漫基地产品能力开放池Android客户端开发手册
附件有工程源码,接口文档。
系统效果图
SDK以jar文件的形式提供给开发者在程序中使用。
以下内容将说明如何在Eclipse中,将jar文件加入到应用工程中去。
<!--[if !supportLists]-->1. <!--[endif]-->将abilityplatform.jar文件拷贝到应用工程的libs目录下,如没有该目录,可新建;
<!--[if !supportLists]-->2. <!--[endif]-->在Project Explorer中右击鼠标,从弹出的菜单中,选中“Properties”;
<!--[if !supportLists]-->3. <!--[endif]-->在Properties窗口的左侧菜单项中,点击“Java Build Path”,并在右侧选中“Libraries”;
<!--[if !supportLists]-->4. <!--[endif]-->点击“Add JARs…”按钮,在弹出窗口中,选中jar文件。
最后,检查Referenced Libraries中是否可以看到jar文件
<!--[if !supportLists]-->5. <!--[endif]-->将libcasdkjni.so libidentifyapp.so复制到libs\armeabi目录下
<能力平台客户端SDK对移动终端APP接口文档_v1.4.2.doc>
上一篇: php中优化建义与优化代码_PHP教程