您的位置:首页 > 移动开发 > Android开发

【Android平台】 Alljoyn学习笔记二 编译自带的demo的步骤

2014-12-16 14:33 405 查看


BUILDING ANDROID

Setup

Download the following Android SDKs:

Core SDK (release)
Onboarding SDK
Configuration SDK
Notification SDK
Control Panel SDK

Extract all ZIP files to one directory.

Build Samples

Note, you may need to adjust the below paths based on the version you downloaded

Import projects from:

alljoyn-android/core/alljoyn-14.06.00-rel/java/samples
alljoyn-android/services

Add Support Library

To add "android-support-v4.jar", right-click on the project, select "Android Tools" > "Add Support Library"

Building the AllJoyn™ framework for an existing app:

In your project, create a "libs/armeabi" dir if it doesn't already exist.
Copy "alljoyn-android/core/alljoyn-14.06.00-rel/java/lib/liballjoyn_java.so" to the "libs/armeabi" dir.
Copy "alljoyn-android/core/alljoyn-14.06.00-rel/java/jar/alljoyn.jar" to the "libs" dir.
If using a Service Framework, copy the jars from the "alljoyn-android/services/<SERVICE FRAMEWORK>/java/libs/*.jar" to the "libs" dir.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: