X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=cebd1dbf7550d8892ed95f69954978f1bb50fca4;hb=5f14daa140342ddfcff1509f5c384cde8b892f61;hp=d154302ac8dffd57f56073fadd202247b114f0f8;hpb=e20235049b9916dab114ea6e02da2e3bca637ae8;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/README.md b/README.md index d154302..cebd1db 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,13 @@ Before running make install as normal: - Ubuntu 16.04 or later - GCC version 6 + - Android DALi dependencies ### Building the Repository +To download Android DALi dependencies clone https://github.com/dalihub/android-dependencies +in your DALi folder (folder containing dali-demo). + + $ git clone https://github.com/dalihub/android-dependencies.git To build the repository enter the 'build/android' folder: @@ -93,6 +98,11 @@ For debug build: $ DEBUG=1 ./build.sh +To debug from Android Studio set Android DALi enviroment using setenv script in 'build/android' and launch Android Studio from the enviroment: + + $ . setenv + $ /bin/studio.sh + To clean the build: $ ./build.sh clean @@ -102,3 +112,4 @@ To install apks: $ adb install -r ./app/build/outputs/apk/debug/dali-demo-debug.apk $ adb install -r ./app/build/outputs/apk/release/dali-demo-release.apk +