X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fresource-container%2Fexamples%2Fandroid%2FRCSampleServerApp%2FREADME;h=5364aec7fbc9d710295cfb535d09341dc652e569;hb=390866079e285d2c74918432c0d597d5da52f8a0;hp=b0dd604ac199fb3ff22c037ae99af35cd49df727;hpb=3e9402ad71cb3e93266a77796f44d17bab9853fd;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/resource-container/examples/android/RCSampleServerApp/README b/service/resource-container/examples/android/RCSampleServerApp/README old mode 100644 new mode 100755 index b0dd604..5364aec --- a/service/resource-container/examples/android/RCSampleServerApp/README +++ b/service/resource-container/examples/android/RCSampleServerApp/README @@ -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') }