summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Obzhirov <a.obzhirov@samsung.com>2020-03-24 09:59:15 +0000
committerRichard Huang <r.huang@samsung.com>2020-03-27 16:18:11 +0000
commite29950484013995d7608de007bd6eb4d82d61cd6 (patch)
tree459d10814feb8872a22740aceaea8bfc5565a31d /README.md
parenta0cd517c9ade387b02015082d58ce8c1558caa77 (diff)
downloaddali-demo-e29950484013995d7608de007bd6eb4d82d61cd6.tar.gz
dali-demo-e29950484013995d7608de007bd6eb4d82d61cd6.tar.bz2
dali-demo-e29950484013995d7608de007bd6eb4d82d61cd6.zip
Add Android setenv for debugging with Android Studio.
Change-Id: I408e6c378005398e37df55bdaf2c3cd320830165
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index d154302a..cebd1dbf 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
+ $ <path/to/androidstudio>/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
+