Imported Upstream version 1.1.0
[platform/upstream/iotivity.git] / service / resource-container / examples / android / RCSampleServerApp / README
old mode 100644 (file)
new mode 100755 (executable)
index b0dd604..5364aec
@@ -5,7 +5,6 @@ To build the app
 2. Copy aar files into app/libs folder
    - {Iotivity_root}/android/android_api/base/build/outputs/aar/iotivity-{TARGET_ARCH}-base-{MODE}.aar
    - {Iotivity_root}/service/resource-encapsulation/android/service/build/outputs/aar/iotivity-{TARGET_ARCH}-service-{MODE}.aar
-   - {Iotivity_root}/service/resource-container/android/resource-container/build/outputs/aar/iotivity-{TARGET_ARCH}-resource-container-{MODE}.aar
 
 3. Configure dependencies for libs in app/build.gradle
    - default TARGET_ARCH is armeabi
@@ -18,8 +17,7 @@ To build the app
    then, dependencies should be modified like below
 
    dependencies {
-      compile(name:'iotivity-x86-base-debug', ext:'aar')
       compile(name:'iotivity-x86-service-debug', ext:'aar')
-      compile(name:'iotivity-x86-resource-container-debug', ext:'aar')
+      compile(name:'iotivity-x86-base-debug', ext:'aar')
    }